Skip to content

Commit

Permalink
Add --install option to init (#43)
Browse files Browse the repository at this point in the history
* Add --install option to init

* Apply suggestions from code review

Co-Authored-By: Derek Sifford <dereksifford@gmail.com>
  • Loading branch information
ObserverOfTime and dsifford committed Dec 15, 2019
1 parent cbcb7b5 commit 2821c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-completion",
"version": "0.15.0",
"version": "0.16.0",
"repository": "https://github.com/dsifford/yarn-completion.git",
"description": "shell autocompletion for yarn",
"author": "Derek P Sifford <dereksifford@gmail.com>",
Expand Down
5 changes: 3 additions & 2 deletions yarn-completion.bash
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# shellcheck shell=bash disable=2207
# vim: set fdm=syntax fdl=0:
#
# Version: 0.15.0
# Yarn Version: 1.19.1
# Version: 0.16.0
# Yarn Version: 1.21.1
#
# bash completion for Yarn (https://github.com/yarnpkg/yarn)
#
Expand Down Expand Up @@ -579,6 +579,7 @@ _yarn_init() {
flags=(
--yes -y
--private -p
--install -i
)
return 1
}
Expand Down

0 comments on commit 2821c67

Please sign in to comment.