We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90443b5 commit b1903c1Copy full SHA for b1903c1
AGENTS.md
@@ -53,11 +53,14 @@
53
54
## CLI Interface Patterns
55
56
+The help menu (`-h`, `--help`) can be used to confirm available arguments.
57
+
58
### Required Arguments
59
- `-i, --input-file`: Path to CSV file with URLs
60
- `-o, --output-dir`: Directory for downloaded images
61
62
### Optional Arguments
63
+- `--version`: Returns version of the most recent release, will bypass required arguments
64
- `-s, --subdir-col`: Column name for subdirectory organization
65
- `-n, --img-name-col`: Column for image filenames (default: "filename")
66
- `-u, --url-col`: Column with URLs (default: "file_url")
0 commit comments