Commit graph

4 commits

Author SHA1 Message Date
Zach Dziura
d1de4d9431 Tokens are now in Opts 2015-06-08 16:26:12 -04:00
Zach Dziura
c0d0a99c25 Begin bringing Tokens into Opt
I've made an executive decision: Opt will be in charge of displaying the
usage (help) information for the program. That will involve bringing the
functionality delivered by Token into Opt. I've begun that process now.
2015-06-04 15:37:59 -04:00
Zach Dziura
25327fa441 Now returns an error when not all program args are passed via command-line
There was a lot of stuff added here. The most important addition is
how Pirate now returns a MissingArgument kinded error if a required
program argument isn't passed to the program.
2015-04-30 15:14:34 +00:00
Zach Dziura
3aeaf8467e Version 0.1.0 2015-04-28 01:10:37 -04:00