noir icon indicating copy to clipboard operation
noir copied to clipboard

Setup `bash`/`zsh` command-line completion for `nargo`

Open michaeljklein opened this issue 4 months ago • 1 comments

Problem

Tab-completion in bash and zsh for nargo would be helpful so that typing partial commands like nargo co<TAB> or nargo n<TAB>, the commands are completed to nargo compile, nargo new, respectively.

Happy Case

Setup tab completion for the commonly used shells bash and zsh

Workaround

Yes

Workaround Description

  1. Use "short" versions of commands where available (e.g. check, execute) or else enable them for other commands
  2. Type the whole command

Additional Context

No response

Project Impact

Nice-to-have

Blocker Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

michaeljklein avatar Oct 11 '24 14:10 michaeljklein