From 0491bd2cbedb82997573e63d72167654c4b88666 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Mon, 26 Dec 2022 10:53:54 +0900 Subject: [PATCH] Update bundle completion bundle gem --ext option should take language c or rust now --- src/_bundle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_bundle b/src/_bundle index 0231f15..f6dbb64 100644 --- a/src/_bundle +++ b/src/_bundle @@ -28,7 +28,7 @@ # Description # ----------- # -# Completion script for Bundler 2.3.14 (https://bundler.io/). +# Completion script for Bundler 2.4.1 (https://bundler.io/). # # ------------------------------------------------------------------------------ # Authors @@ -304,10 +304,10 @@ case $state in '(--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]' \ '(--coc)--no-coc[do not create a CODE_OF_CONDUCT.md]' \ - '(--no-ext)--ext[add boilerplate for C extension code to the generated project]' \ - '(--ext)--no-ext[do not add C extension code]' \ - '(--no-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]' \ + '(--no-ext --ext)--ext=[add boilerplate for C or Rust extension code to the generated project]: :(c rust)' \ + '(--ext --no-ext)--no-ext[do not add extension code]' \ + '(--no-mit --mit)--mit[add an MIT license to a LICENSE.txt file in the root of the generated project]' \ + '(--mit --no-mit)--no-mit[do not create a LICENSE.txt]' \ '(-t --test)'{-t,--test}=-'[specify the test framework]: :(minitest rspec test-unit)' \ '--ci=-[specify the continuous integration service]: :(github travis gitlab circle)' \ '--linter=-[specify the linter and code formatter]: :(rubocop standard)' \