Added platform command to bundler completions
This commit is contained in:
parent
f7c0f031ca
commit
b15dbf4cd5
|
@ -37,7 +37,8 @@ case $state in
|
||||||
"viz[Generate a visual representation of your dependencies]" \
|
"viz[Generate a visual representation of your dependencies]" \
|
||||||
"init[Generate a simple Gemfile, placed in the current directory]" \
|
"init[Generate a simple Gemfile, placed in the current directory]" \
|
||||||
"gem[Create a simple gem, suitable for development with bundler]" \
|
"gem[Create a simple gem, suitable for development with bundler]" \
|
||||||
"help[Describe available tasks or one specific task]"
|
"help[Describe available tasks or one specific task]" \
|
||||||
|
"platform[Displays platform compatibility information]"
|
||||||
ret=0
|
ret=0
|
||||||
;;
|
;;
|
||||||
args)
|
args)
|
||||||
|
|
Loading…
Reference in New Issue