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#
Commands require options and arguments in the order help reports.
Commands have three option types:
Switch: Denoted by a
-
prefixing a letter. Ex.-x
,Argument Flag: Denoted by a
-
prefixing a letter that has an argument separated by a space. Ex.-d 0
.Positional Argument: A value interpreted by the command based on its argument position.
‘modules(s)’ and ‘channel(s)’ can be
a number Ex.
0
,a series Ex.
3,4,6
or3,4-5,10,20-22
,or
all
.