Skip to content

Commit

Permalink
Ease consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Mar 15, 2022
1 parent 1357484 commit 34d049b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bash_completion/kerl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _kerl()
case $prev in
kerl)
# shellcheck disable=SC2207
COMPREPLY=($(compgen -W 'build install update list delete active path status' -- "$cur"))
COMPREPLY=($(compgen -W 'build install update upgrade list delete active path status' -- "$cur"))
;;
list)
# shellcheck disable=SC2207
Expand Down
1 change: 1 addition & 0 deletions zsh_completion/_kerl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ _1st_arguments=(
'install:Install the specified release at the given location'
'deploy:Deploy the specified installation to the given host and location'
'update:Update the list of available releases from erlang.org'
'upgrade:Upgrade kerl to the latest available version'
'list:List releases, builds and installations'
'delete:Delete builds and installations'
'active:Print the path of the active installation'
Expand Down

0 comments on commit 34d049b

Please sign in to comment.