mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Version 0.2
This commit is contained in:
parent
6fea6f2d0f
commit
3bf3b16648
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user