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"
|
version: "1.0"
|
||||||
author: Networkx GmbH <info@networkx.de>
|
author: Networkx GmbH <info@networkx.de>
|
||||||
about: capture relevant data encountered during an online legal advice
|
about: capture relevant data encountered during an online legal advice
|
||||||
after_help: in Zusammenarbeit mit HIEDEMANN Rechtsanwälte
|
after_help: in Zusammenarbeit mit HIEDEMANN Rechtsanwälte
|
||||||
args:
|
args:
|
||||||
- config:
|
- config:
|
||||||
short: c
|
short: c
|
||||||
long: config
|
long: config
|
||||||
value_name: FILE
|
value_name: FILE
|
||||||
help: Sets a custom config file
|
help: Sets a custom config file
|
||||||
takes_value: true
|
takes_value: true
|
||||||
- dbdriver:
|
- dbdriver:
|
||||||
short: D
|
short: D
|
||||||
long: dbdriver
|
long: dbdriver
|
||||||
help: Driver used to connect to database
|
help: Driver used to connect to database
|
||||||
possible_values:
|
possible_values:
|
||||||
- mysql
|
- mysql
|
||||||
- postgres
|
- postgres
|
||||||
- sqlite
|
- sqlite
|
||||||
takes_value: true
|
takes_value: true
|
||||||
- verbose:
|
- verbose:
|
||||||
short: v
|
short: v
|
||||||
long: verbose
|
long: verbose
|
||||||
multiple: true
|
multiple: true
|
||||||
help: Sets the level of verbosity
|
help: Sets the level of verbosity
|
||||||
subcommands:
|
subcommands:
|
||||||
- config:
|
- config:
|
||||||
about: configure the program environment
|
about: configure the program environment
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
author: Ralf Zerres <ralf.zerres@networkx.de>
|
author: Ralf Zerres <ralf.zerres@networkx.de>
|
||||||
value_name: "FILE"
|
value_name: "FILE"
|
||||||
default_value: advotracker.conf
|
default_value: advotracker.conf
|
||||||
- test:
|
- test:
|
||||||
about: run testing features
|
about: run testing features
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
author: Ralf Zerres <ralf.zerres@networkx.de>
|
author: Ralf Zerres <ralf.zerres@networkx.de>
|
||||||
args:
|
args:
|
||||||
- debug:
|
- debug:
|
||||||
short: d
|
short: d
|
||||||
help: print debug information
|
help: print debug information
|
||||||
|
|||||||
Reference in New Issue
Block a user