mirror of
https://github.com/m1ngsama/tracker.git
synced 2025-12-24 10:51:43 +00:00
Update README with CLI usage examples
This commit is contained in:
parent
ca074f558f
commit
d81c1068e7
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -20,10 +20,20 @@ pip install -r requirements.txt
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Basic usage:
|
||||||
```bash
|
```bash
|
||||||
python tracker.py
|
python tracker.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Continuous monitoring mode:
|
||||||
|
```bash
|
||||||
|
python tracker.py --continuous --interval 5
|
||||||
|
```
|
||||||
|
|
||||||
|
Command line options:
|
||||||
|
- `-c, --continuous`: Run in continuous monitoring mode
|
||||||
|
- `-i, --interval`: Set update interval in seconds (default: 5)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Python 3.8+
|
- Python 3.8+
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue