From a9386df5581487e5e34ecb3ce422bacf62d10c3d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sun, 29 Aug 2021 17:08:34 +0200 Subject: 49319: completion options update --- Completion/Unix/Command/_gem | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_gem') diff --git a/Completion/Unix/Command/_gem b/Completion/Unix/Command/_gem index 53adfb89c..7e244ccad 100644 --- a/Completion/Unix/Command/_gem +++ b/Completion/Unix/Command/_gem @@ -196,7 +196,7 @@ if [[ $state = command ]]; then ) ;; environment) - args+=( '1:information:(packageversion gemdir gempath version remotesources platform)' ) + args+=( '1:information:(gemdir gempath version remotesources platform)' ) ;; fetch) def=( both \! local \! remote \! ) @@ -299,6 +299,9 @@ if [[ $state = command ]]; then '*:file:_files' ) ;; + yank) + args+=( '--otp=[specify code for multifactor authentication]:code' ) + ;; esac _arguments -C ${args:-'*: :_default'} \ '(-)'{-h,--help}'[display usage information]' \ -- cgit v1.2.3-70-g09d2