Skip to content

Commit b1903c1

Browse files
authored
Add CLI argument updates
Also added help menu information for CLI arguments.
1 parent 90443b5 commit b1903c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,14 @@
5353

5454
## CLI Interface Patterns
5555

56+
The help menu (`-h`, `--help`) can be used to confirm available arguments.
57+
5658
### Required Arguments
5759
- `-i, --input-file`: Path to CSV file with URLs
5860
- `-o, --output-dir`: Directory for downloaded images
5961

6062
### Optional Arguments
63+
- `--version`: Returns version of the most recent release, will bypass required arguments
6164
- `-s, --subdir-col`: Column name for subdirectory organization
6265
- `-n, --img-name-col`: Column for image filenames (default: "filename")
6366
- `-u, --url-col`: Column with URLs (default: "file_url")

0 commit comments

Comments
 (0)