Guest User

Untitled

a guest
Jul 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $> ruby test.rb start --config config.yml --some-flag --some-option done
  2.  
  3. output:
  4. {"some"=>"args"}
  5.  
  6. preferred output:
  7. {"some"=>"args", "some-flag"=>true, "some-options"=>"done"}
Add Comment
Please, Sign In to add comment