Update bundle completion
bundle gem --ext option should take language c or rust now
This commit is contained in:
parent
756831c818
commit
0491bd2cbe
10
src/_bundle
10
src/_bundle
|
@ -28,7 +28,7 @@
|
||||||
# Description
|
# Description
|
||||||
# -----------
|
# -----------
|
||||||
#
|
#
|
||||||
# Completion script for Bundler 2.3.14 (https://bundler.io/).
|
# Completion script for Bundler 2.4.1 (https://bundler.io/).
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Authors
|
# Authors
|
||||||
|
@ -304,10 +304,10 @@ case $state in
|
||||||
'(--exe -b --bin --no-exe)--no-exe[do not create a binary]' \
|
'(--exe -b --bin --no-exe)--no-exe[do not create a binary]' \
|
||||||
'(--no-coc)--coc[add a CODE_OF_CONDUCT.md to the root of the generated project]' \
|
'(--no-coc)--coc[add a CODE_OF_CONDUCT.md to the root of the generated project]' \
|
||||||
'(--coc)--no-coc[do not create a CODE_OF_CONDUCT.md]' \
|
'(--coc)--no-coc[do not create a CODE_OF_CONDUCT.md]' \
|
||||||
'(--no-ext)--ext[add boilerplate for C extension code to the generated project]' \
|
'(--no-ext --ext)--ext=[add boilerplate for C or Rust extension code to the generated project]: :(c rust)' \
|
||||||
'(--ext)--no-ext[do not add C extension code]' \
|
'(--ext --no-ext)--no-ext[do not add extension code]' \
|
||||||
'(--no-mit)--mit[add an MIT license to a LICENSE.txt file in the root of the generated project]' \
|
'(--no-mit --mit)--mit[add an MIT license to a LICENSE.txt file in the root of the generated project]' \
|
||||||
'(--mit)--no-mit[do not create a LICENSE.txt]' \
|
'(--mit --no-mit)--no-mit[do not create a LICENSE.txt]' \
|
||||||
'(-t --test)'{-t,--test}=-'[specify the test framework]: :(minitest rspec test-unit)' \
|
'(-t --test)'{-t,--test}=-'[specify the test framework]: :(minitest rspec test-unit)' \
|
||||||
'--ci=-[specify the continuous integration service]: :(github travis gitlab circle)' \
|
'--ci=-[specify the continuous integration service]: :(github travis gitlab circle)' \
|
||||||
'--linter=-[specify the linter and code formatter]: :(rubocop standard)' \
|
'--linter=-[specify the linter and code formatter]: :(rubocop standard)' \
|
||||||
|
|
Loading…
Reference in New Issue