Commands#

You control the omnitool using commands similar to what you’d find with a command line implementation like Bash. We group the commands by domain.

Notes on Command Usage#

  1. Commands require options and arguments in the order help reports.

  2. Commands have three option types:

    1. Switch: Denoted by a - prefixing a letter. Ex. -x,

    2. Argument Flag: Denoted by a - prefixing a letter that has an argument separated by a space. Ex. -d 0.

    3. Positional Argument: A value interpreted by the command based on its argument position.

  3. ‘modules(s)’ and ‘channel(s)’ can be

    1. a number Ex. 0,

    2. a series Ex. 3,4,6 or 3,4-5,10,20-22,

    3. or all.