This document contains the help content for the complex-app
command-line program.
Command Overview:
An example command-line tool
Usage: complex-app [OPTIONS] [NAME] [COMMAND]
test
— does testing thingsonly-hidden-options
— Demo thatOptions
is not printed if all options are hidden
-
<NAME>
— Optional name to operate onLonger description
-
-c
,--config <FILE>
— Sets a custom config file -
--target <TARGET>
Default value:
local
Possible values:
local
: Do the operation locallyremote
-
-d
,--debug
— Turn debugging information onRepeat this option to see more and more debug information.
does testing things
Usage: complex-app test [OPTIONS]
-l
,--list
— lists test values
complex-app only-hidden-options
Demo that Options
is not printed if all options are hidden
Usage: complex-app only-hidden-options
This document was generated automatically by
clap-markdown
.