Skip to content

Instantly share code, notes, and snippets.

@FabioAntunes
Last active February 22, 2019 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FabioAntunes/8ad026f2b0c2e22383bedb87b1484e21 to your computer and use it in GitHub Desktop.
Save FabioAntunes/8ad026f2b0c2e22383bedb87b1484e21 to your computer and use it in GitHub Desktop.
set -l okta_commands add exec help login version
complete -f -c aws-okta -n "not __fish_seen_subcommand_from $okta_commands" -a $okta_commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment