Skip to content

Commit

Permalink
Use long-form function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Goodness committed Feb 8, 2017
1 parent 8399887 commit d168cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/asp.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function asp -d 'Switches AWS profile' -a 'aws_profile'
function asp --description 'Switches AWS profile' --argument-names 'aws_profile'
if test -n "$aws_profile"
if fgrep -q "[profile $aws_profile]" ~/.aws/config
set -l region \
Expand Down

0 comments on commit d168cc7

Please sign in to comment.