Skip to content

Commit 163255e

Browse files
jasonkarnsmernen
authored andcommitted
Skip completing --shebang arguments for now
`install` doesn't complete the shebang option-args, so let's not do so for binstubs at the moment. If that's desired in the future, it can be its own feature and be consistent for both subcommands.
1 parent 4eade76 commit 163255e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

completion-bundle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ __bundle() {
7373
--path)
7474
_filedir -d
7575
return;;
76-
--shebang)
77-
options="ruby";;
7876
*)
7977
options=($(__bundle_exec_ruby 'puts Bundler.definition.specs.to_hash.keys'))
8078
esac

0 commit comments

Comments
 (0)