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
|
||||
|
||||
Basic usage:
|
||||
```bash
|
||||
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
|
||||
|
||||
- Python 3.8+
|
||||
|
|
|
|||
Loading…
Reference in a new issue