Skip to content

Parsing cosmos-sdk CLI commands and composing nushell completion file.

Notifications You must be signed in to change notification settings

cyber-prophet/cosmos-nushell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cosmos sdk CLI completions for Nushell

cosmos-nushell2

Installation

In Nushell:

  • git clone https://github.com/cyber-prophet/cosmos-nushell
  • cd cosmos-nushell
  • overlay use out/neutrond/neutrond_nu_completions.nu

Use

Start typing executable name, for example neutrond, hit tab: check completions.

For the best experience I suggest to set $env.config.completions.partial = true

Already parsed completions

In this repository you can find:

Parsing completions

Use cyber-cli-bash-parsing.ipynb, set the executable name, run.