Generate completion script
To load completions:
Bash:
$ source <(workareactl completion bash)
Linux: $ workareactl completion bash > /etc/bash_completion.d/workarea-cli MacOS: $ workareactl completion bash > /usr/local/etc/bash_completion.d/workarea-cli
Zsh:
$ echo "autoload -U compinit; compinit" >> ~/.zshrc
$ workareactl completion zsh > "${fpath[1]}/_workarea-cli"
Fish:
$ workareactl completion fish | source
$ workareactl completion fish > ~/.config/fish/completions/workarea-cli.fish
workareactl completion [bash|zsh|fish|powershell]
-h, --help help for completion
--clientID string client to use
--config string config file (default is $HOME/.workareactl)