Skip to content

Commit

Permalink
Build CLI docs and shell completions
Browse files Browse the repository at this point in the history
  • Loading branch information
nono authored and actions-user committed Apr 16, 2020
1 parent 98546d5 commit 3e2e31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/completion/cozy-stack.bash
Expand Up @@ -767,6 +767,7 @@ _cozy-stack_completion()
must_have_one_flag=()
must_have_one_noun=()
must_have_one_noun+=("bash")
must_have_one_noun+=("fish")
must_have_one_noun+=("zsh")
noun_aliases=()
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/completion/cozy-stack.zsh
Expand Up @@ -291,7 +291,7 @@ function _cozy-stack_completion {
'(-c --config)'{-c,--config}'[configuration file (default "$HOME/.cozy.yaml")]:' \
'--host[server host]:' \
'(-p --port)'{-p,--port}'[server port]:' \
'1: :("bash" "zsh")'
'1: :("bash" "zsh" "fish")'
}


Expand Down

0 comments on commit 3e2e31e

Please sign in to comment.