diff options
Diffstat (limited to 'src/cli.yml')
| -rw-r--r-- | src/cli.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cli.yml b/src/cli.yml new file mode 100644 index 0000000..d4dead2 --- /dev/null +++ b/src/cli.yml @@ -0,0 +1,12 @@ +name: 4chan-downloader +version: "0.1.0" +author: "Mariot Tsitoara <[email protected]>" +about: CLI to download all images/webms of a 4chan thread +args: + - thread: + short: t + required: true + long: thread + value_name: thread + help: URL of the thread + takes_value: true |