Skip to content

Commit

Permalink
zsh: Suggest --lib option as binary template now the default
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 10, 2019
1 parent 29b000f commit c71bd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/_cargo
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ case $state in

init)
_arguments \
'--bin[use binary template]' \
'--lib[use library template]' \
'--vcs:initialize a new repo with a given VCS:(git hg none)' \
'(-h, --help)'{-h,--help}'[show help message]' \
'--name=[set the resulting package name]' \
Expand Down Expand Up @@ -213,7 +213,7 @@ case $state in

new)
_arguments \
'--bin[use binary template]' \
'--lib[use library template]' \
'--vcs:initialize a new repo with a given VCS:(git hg none)' \
'(-h, --help)'{-h,--help}'[show help message]' \
'--name=[set the resulting package name]' \
Expand Down

0 comments on commit c71bd22

Please sign in to comment.