cli.yaml: update project name
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
60
src/cli.yml
60
src/cli.yml
@@ -1,41 +1,41 @@
|
||||
name: myapp
|
||||
name: advotrackerd
|
||||
version: "1.0"
|
||||
author: Networkx GmbH <info@networkx.de>
|
||||
about: capture relevant data encountered during an online legal advice
|
||||
after_help: in Zusammenarbeit mit HIEDEMANN Rechtsanwälte
|
||||
args:
|
||||
- config:
|
||||
short: c
|
||||
long: config
|
||||
value_name: FILE
|
||||
help: Sets a custom config file
|
||||
takes_value: true
|
||||
short: c
|
||||
long: config
|
||||
value_name: FILE
|
||||
help: Sets a custom config file
|
||||
takes_value: true
|
||||
- dbdriver:
|
||||
short: D
|
||||
long: dbdriver
|
||||
help: Driver used to connect to database
|
||||
possible_values:
|
||||
- mysql
|
||||
- postgres
|
||||
- sqlite
|
||||
takes_value: true
|
||||
short: D
|
||||
long: dbdriver
|
||||
help: Driver used to connect to database
|
||||
possible_values:
|
||||
- mysql
|
||||
- postgres
|
||||
- sqlite
|
||||
takes_value: true
|
||||
- verbose:
|
||||
short: v
|
||||
long: verbose
|
||||
multiple: true
|
||||
help: Sets the level of verbosity
|
||||
short: v
|
||||
long: verbose
|
||||
multiple: true
|
||||
help: Sets the level of verbosity
|
||||
subcommands:
|
||||
- config:
|
||||
about: configure the program environment
|
||||
version: "0.1.0"
|
||||
author: Ralf Zerres <ralf.zerres@networkx.de>
|
||||
value_name: "FILE"
|
||||
default_value: advotracker.conf
|
||||
about: configure the program environment
|
||||
version: "0.1.0"
|
||||
author: Ralf Zerres <ralf.zerres@networkx.de>
|
||||
value_name: "FILE"
|
||||
default_value: advotracker.conf
|
||||
- test:
|
||||
about: run testing features
|
||||
version: "0.1.0"
|
||||
author: Ralf Zerres <ralf.zerres@networkx.de>
|
||||
args:
|
||||
- debug:
|
||||
short: d
|
||||
help: print debug information
|
||||
about: run testing features
|
||||
version: "0.1.0"
|
||||
author: Ralf Zerres <ralf.zerres@networkx.de>
|
||||
args:
|
||||
- debug:
|
||||
short: d
|
||||
help: print debug information
|
||||
|
||||
Reference in New Issue
Block a user