archway-network / cli

Develop WASM smart contracts with the Archway network developer CLI
https://docs.archway.io
Apache License 2.0
44 stars 21 forks source link

feat(plugins): add @oclif/plugin-autocomplete #272

Closed aelesbao closed 11 months ago

aelesbao commented 11 months ago

To load the completions into zsh, use:

eval $(archway autocomplete script zsh)

Fixes #224