diff options
author | Valentin Popov <info@valentineus.link> | 2019-01-27 03:22:43 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-01-27 03:22:43 +0300 |
commit | da51a838e738d1da5bd91c03876c072c64b1b26e (patch) | |
tree | f5fdd44f2f817cfaa079c25e29e73095525804b2 /src/cli/en.yml | |
parent | f152443ba238af853715c2860801ffa353ac54a3 (diff) | |
download | bbb2json-da51a838e738d1da5bd91c03876c072c64b1b26e.tar.xz bbb2json-da51a838e738d1da5bd91c03876c072c64b1b26e.zip |
Sun, 27 Jan 2019 04:22:43 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/cli/en.yml')
-rw-r--r-- | src/cli/en.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cli/en.yml b/src/cli/en.yml new file mode 100644 index 0000000..1d67d05 --- /dev/null +++ b/src/cli/en.yml @@ -0,0 +1,10 @@ +name: "bbb2json" +version: "0.0.1" +author: "Valentin Popov <info@valentineus.link>" +about: "BigBlueButton records analyzer. Displays basic recording information." + +args: + - FILE: + help: "The path to a file 'events.xml'." + index: 1 + required: true
\ No newline at end of file |