added usage for --change-api key in docs
This commit is contained in:
@@ -236,6 +236,13 @@ Revert the last file organization:
|
|||||||
cargo run --release -- --undo
|
cargo run --release -- --undo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Change API key
|
||||||
|
|
||||||
|
To change gemini API key:
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
Preview what would be undone without actually reversing changes:
|
Preview what would be undone without actually reversing changes:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -267,6 +274,7 @@ This scans all subdirectories within your download folder and organizes files fr
|
|||||||
| `--max-concurrent` | `-m` | `5` | Maximum concurrent API requests |
|
| `--max-concurrent` | `-m` | `5` | Maximum concurrent API requests |
|
||||||
| `--recursive` | None | `false` | Recursively search files in subdirectories |
|
| `--recursive` | None | `false` | Recursively search files in subdirectories |
|
||||||
| `--undo` | None | `false` | Undo the last file organization |
|
| `--undo` | None | `false` | Undo the last file organization |
|
||||||
|
| `--change-key` | `false` | Changes Api Key |
|
||||||
| `--help` | `-h` | - | Show help message |
|
| `--help` | `-h` | - | Show help message |
|
||||||
|
|
||||||
## How It Works
|
## How It Works
|
||||||
|
|||||||
Reference in New Issue
Block a user