You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_shtab_keyring_options=(
"(- : *)"{-h,--help}"[show this help message and exit]""(- : *)--print-completion[print shell completion script]:print_completion:(bash zsh tcsh)"
{-p,--keyring-path}"[Path to the keyring backend]:keyring_path:_files -/"
{-b,--keyring-backend}"[Name of the keyring backend]:keyring_backend:keyring_complete""--list-backends[List keyring backends and exit]""--disable[Disable keyring and exit]"":service:"":username:"":operation:(get set del)"
)
Expected:
_shtab_keyring_options=(
"(- : *)"{-h,--help}"[show this help message and exit]""(- : *)--print-completion[print shell completion script]:print_completion:(bash zsh tcsh)"
{-p,--keyring-path}"[Path to the keyring backend]:keyring_path:_files -/"
{-b,--keyring-backend}"[Name of the keyring backend]:keyring_backend:keyring_complete""--list-backends[List keyring backends and exit]""--disable[Disable keyring and exit]"":operation:(get set del)"":service:"":username:"
)
The text was updated successfully, but these errors were encountered:
Such as jaraco/keyring#611
will generate
Expected:
The text was updated successfully, but these errors were encountered: