Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Getting help

nyoungb2 edited this page Sep 20, 2013 · 9 revisions

Help for each script

Basic commands:

CLdb_SCRIPT_NAME.pl -h

Script documentation:

perldoc CLdb_SCRIPT_NAME.pl

Script documentation key

  • most flags ('-help', '-subtype', etc.) are optional
  • "[ ]" indicates defaults
  • "< >" indicate the type of input required for each flag:
    • 'char' = character (example: -d CLdb.sqlite)
    • 'int' = integer (example: -f 12)
    • 'float' = floating point (example: -e 0.001)
    • 'bool' = boolean (TRUE/FALSE) (example: -h)

For boolean flags, providing the flag with change 'TRUE' to 'FALSE' and vice versa. For example: if the documentation states that -verbose is TRUE by default, providing the '-verbose' flag with turn it to FALSE.

Clone this wiki locally