Skip to content

Commit

Permalink
Merge pull request #24 from milose/fix-shift
Browse files Browse the repository at this point in the history
[bugfix] Remove `shift` for options without arguments.
  • Loading branch information
mattstauffer authored Nov 10, 2016
2 parents b025347 + cf4ce0e commit f51412b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lambo
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,9 @@ do
;;
-d|--develop|--dev)
DEVELOP=true
shift
;;
-a|--auth)
AUTH=true
shift
;;
*)
;;
Expand Down

0 comments on commit f51412b

Please sign in to comment.