In Nushell:
git clone https://github.com/cyber-prophet/cosmos-nushell
cd cosmos-nushell
overlay use out/neutrond/neutrond_nu_completions.nu
Start typing executable name, for example neutrond
, hit tab
: check completions.
For the best experience I suggest to set $env.config.completions.partial = true
In this repository you can find:
- Universal Jupyter Notebook for parsing Cosmos-SDK CLI-s (tested on go-cyber, pussy, gaiad) commands and composing nushell completions file (that can be used as an overlay or as a module in a nushell).
- Ready to use completions for Nushell:
Use cyber-cli-bash-parsing.ipynb
, set the executable name, run.