Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. complete --command aws-vault \
  2. --arguments 'help add list rotate exec remove login' \
  3. --condition 'not __fish_seen_subcommand_from add list rotate exec remove login' \
  4. --exclusive
  5.  
  6. complete --command aws-vault \
  7. --condition '__fish_seen_subcommand_from exec' \
  8. --exclusive \
  9. --arguments "(aws-vault list --profiles)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement