diff options
| author | Mariot Tsitoara <[email protected]> | 2019-07-08 03:10:00 +0200 |
|---|---|---|
| committer | Mariot Tsitoara <[email protected]> | 2019-07-08 03:10:00 +0200 |
| commit | 098579d0e361ed781cacd388a0873e045183bd4a (patch) | |
| tree | d4c155031d573aa18f2317b816b2a31ed6d99271 /src/cli.yml | |
| download | chan-downloader-098579d0e361ed781cacd388a0873e045183bd4a.tar.xz chan-downloader-098579d0e361ed781cacd388a0873e045183bd4a.zip | |
initial commit
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 |