Skip to content

Commit

Permalink
changelog: add #3343
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic authored and brentstone committed Jun 6, 2024
1 parent 9b8aba6 commit d776ff2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changelog/unreleased/improvements/3343-shell-complete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- Added a `namada complete` command to generate shell completions. This command
requires `--shell` with one of:
- bash
- elvish
- fish
- powershell
- zsh
- nushell

To use in e.g. bash, run `namada complete --shell bash > /usr/share/bash-completion/completions/namada.bash`.
([\#3343](https://github.com/anoma/namada/pull/3343))

0 comments on commit d776ff2

Please sign in to comment.