Version 0.2

This commit is contained in:
FliegendeWurst 2020-04-22 12:21:58 +02:00
parent 6fea6f2d0f
commit 3bf3b16648
3 changed files with 7 additions and 5 deletions

2
Cargo.lock generated
View File

@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "KIT-ILIAS-downloader"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"error-chain",
"futures-util",

View File

@ -1,6 +1,6 @@
[package]
name = "KIT-ILIAS-downloader"
version = "0.1.0"
version = "0.2.0"
authors = ["FliegendeWurst <2012gdwu@web.de>"]
license = "GPL-2.0"
edition = "2018"

View File

@ -21,13 +21,14 @@ $ cp target/release/KIT-ILIAS-downloader [directory in $PATH]
```sh
$ KIT-ILIAS-downloader --help
KIT-ILIAS-downloader 0.1.0
KIT-ILIAS-downloader 0.2.0
USAGE:
KIT-ILIAS-downloader [FLAGS] --output <output>
KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output>
FLAGS:
-f, Re-download already present files
-f Re-download already present files
-t, --forum Download forum content
-h, --help Prints help information
-n, --no-videos Do not download Opencast videos
-s, --skip-files Do not download files
@ -35,6 +36,7 @@ FLAGS:
-v Verbose logging (print objects downloaded)
OPTIONS:
-j, --jobs <jobs> Parallel download jobs [default: 1]
-o, --output <output> Output directory
```