From 098579d0e361ed781cacd388a0873e045183bd4a Mon Sep 17 00:00:00 2001 From: Mariot Tsitoara Date: Mon, 8 Jul 2019 03:10:00 +0200 Subject: initial commit --- src/cli.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/cli.yml (limited to 'src/cli.yml') 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 " +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 -- cgit v1.2.3