Code (YAML):
groupName:
commands
:
- command1
- command2
priority
: 0
inherited-groups
:
- group1
Each group needs a different
groupname.
commands list:
Commands are
whitelisted by default. Use the following syntax to manage allowed/blocked commands:
- List commands to whitelist them.
- Use "!command" to explicitly block a command (negation). The quotation marks are necessary!
- Use "*" to whitelist all commands (the quotation marks are necessary!), then block specific ones with !.
Negated entries take priority over non-negated ones.
In the "
inherited-groups" section you can add other groups. The commands and tab completion from the "inherited groups" will be added to this group
Note that the groups from the inherited groups are not inherited by their inherited groups. This is only possible with the pro version.