diff --git a/.changelog/unreleased/improvements/3343-shell-complete.md b/.changelog/unreleased/improvements/3343-shell-complete.md new file mode 100644 index 0000000000..7cdddb3d81 --- /dev/null +++ b/.changelog/unreleased/improvements/3343-shell-complete.md @@ -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)) \ No newline at end of file