Skip to main content

config_commands

Parameters

Configuration related to the commands defined in the config file.

ParameterTypeDescription
split_on_dashbooleanwhether or not the commands should be split on dash (e.g. 'my-command' would be used as 'omni my command' instead of 'omni my-command') (default: true)
split_on_slashbooleanwhether or not the commands should be split on slash (e.g. 'my/command' would be used as 'omni my command' instead of 'omni my/command') (default: true)

Example

config_commands:
split_on_dash: true
split_on_slash: true