onyo shell-completion

Display a tab-completion shell script for Onyo.

The output of this command is suitable to source in your shell.

usage: onyo shell-completion [-h] [-s SHELL]

Named Arguments

-s, --shell

Possible choices: zsh

The shell to generate a tab-completion script for.

Default: 'zsh'

Examples

Enable shell completion for onyo:

$ source <(onyo shell-completion)
$ onyo --<press TAB to display available options>