Clad User Manual - Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
-o <value> | --option=<value> | -o <value> | --option=<value> | ||
</pre> | </pre> | ||
==Global Options== | ==Global Options== | ||
The global options apply to the application runtime, and they are not specific to a certain command. | |||
==Universal Global Options== | ===Universal Global Options=== | ||
===-v|--verbose=== | ====-v|--verbose==== | ||
<tt>-v</tt> or <tt>--verbose</tt> turns on DEBUG on the underlying CONSOLE appender. | <tt>-v</tt> or <tt>--verbose</tt> turns on DEBUG on the underlying CONSOLE appender. | ||
===--debug=== | ====--debug==== | ||
<font color=red>'''TODO''': do I need support for <tt>-d</tt>?</font> | <font color=red>'''TODO''': do I need support for <tt>-d</tt>?</font> | ||
==Command Options== |
Revision as of 16:26, 8 November 2016
Internal
Default Command
Options
The options (global or specific to a certain command) use the GNU command line option syntax:
-o <value> | --option=<value>
Global Options
The global options apply to the application runtime, and they are not specific to a certain command.
Universal Global Options
-v|--verbose
-v or --verbose turns on DEBUG on the underlying CONSOLE appender.
--debug
TODO: do I need support for -d?