Pull Requests | Issues | v1.11.0-1...v1.11.0-2
Features
#856 #859 @tadayosi Support shell completion
The commands aqua completion bash
and aqua completion zsh
have been added.
.bashrc
if command -v aqua &> /dev/null; then source <(aqua completion bash); fi
.zshrc
if command -v aqua &> /dev/null; then source <(aqua completion zsh); fi
e.g.
$ aqua # Enter <Tab> Key
completion -- Output shell completion script for bash or zsh
exec -- Execute tool
generate g -- Search packages in registries and output the configuration interactively
help h -- Shows a list of commands or help for one command
init -- Create a configuration file if it doesn't exist
install i -- Install tools
list -- List packages in Registries
version -- Show version
which -- Output the absolute file path of the given command
$ aqua i # Enter <Tab> Key
init -- Create a configuration file if it doesn't exist
install i -- Install tools
$ aqua i - # Enter <Tab> Key
--all --help --only-link --test -a -h -l