diff options
author | Valentin Popov <info@valentineus.link> | 2019-01-26 19:15:35 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-01-26 19:15:35 +0300 |
commit | af986fa645f2f59af4862e1178b53e0171bda9df (patch) | |
tree | 42b1d4f821a0cfc168680251efc33313e360dd57 /src | |
parent | 5b83f223f99f567fab8749ed633f3e877f872821 (diff) | |
download | bbb2json-af986fa645f2f59af4862e1178b53e0171bda9df.tar.xz bbb2json-af986fa645f2f59af4862e1178b53e0171bda9df.zip |
Sat, 26 Jan 2019 20:15:35 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r-- | src/cli/ru.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cli/ru.yml b/src/cli/ru.yml index 7a90c48..aedf33e 100644 --- a/src/cli/ru.yml +++ b/src/cli/ru.yml @@ -1,4 +1,10 @@ name: "bbb2json" version: "0.0.1" author: "Valentin Popov <info@valentineus.link>" -about: "Анализатор записей BigBlueButton."
\ No newline at end of file +about: "Анализатор записей BigBlueButton." + +args: + - FILE: + help: "Путь к анализируемому файлу" + index: 1 + required: true
\ No newline at end of file |