Skip to content

Instantly share code, notes, and snippets.

@m-mizutani
Created July 9, 2022 02:09
Show Gist options
  • Save m-mizutani/68d1d2e9be945c0d6dc6904308303ff7 to your computer and use it in GitHub Desktop.
Save m-mizutani/68d1d2e9be945c0d6dc6904308303ff7 to your computer and use it in GitHub Desktop.
zenv で secret の補完をするやつ
complete -c zenv -n '__fish_use_subcommand' -xa '(zenv secret list)' -d 'Secret'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment