diff --git a/command/completion/completion.go b/command/completion/completion.go index 749c5386d..e5a97c66e 100644 --- a/command/completion/completion.go +++ b/command/completion/completion.go @@ -20,7 +20,7 @@ func init() { ## POSITIONAL ARGUMENTS -: The shell program. Either bash or zsh. +: The shell program. Supports bash, zsh, and fish. ## EXAMPLES @@ -28,6 +28,11 @@ Add bash completion for the current user. ''' $ step completion bash >> ~/.bash_completion ''' + +Add fish completions for the current user. +''' +$ step completion fish | source +''' `, Flags: []cli.Flag{ flags.HiddenNoContext,