Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 872 Bytes

HOW_TO_SWITCHES.adoc

File metadata and controls

13 lines (11 loc) · 872 Bytes

Available Command Line Switches by Default

  • Use --help to get a summary of the switches available.

  • Use --version to see what version of this tool is installed.

  • Use --infile (or -i) to specify the name (and path) for the input (instead of stdin).

  • Use --outfile (or -o) to specify the name (and path) for the output (instead of stdout).

  • Use --logfile (or -l) to send a super-verbose log to a file.

  • Use --configfile (or -c) to specify the name (and path) of a configuration file.

  • Use --verbose (or -v), --debug, --trace to increase how much information is sent to the console.

  • Use --nocolor if you don’t like how messages sent to the console are colorized.

  • Use --devel (or -d) to turn on “development mode.”