Commit graph

9 commits

Author SHA1 Message Date
Zach Dziura
f8809979ff Version 0.2.0 2015-04-30 15:21:00 +00: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
da684ab0f7 Updated main lib file to use new Error struct 2015-04-28 18:40:22 +00:00
Zach Dziura
78a56f27f8 Implemented new Error struct
This custom Error struct will replace the existing ErrorKind enum
for Pirate errors (though ErrorKind will remain in use)
2015-04-28 18:34:17 +00:00
Zach Dziura
11a9fc97f7 Removed unnecessary keywords from Cargo.toml 2015-04-28 15:20:10 +00:00
Zach Dziura
e5924be826 Updated Travis CI build image 2015-04-28 15:00:00 +00:00
Zach Dziura
8aca4b42ac Added Travis CI build status image to README 2015-04-28 14:56:00 +00:00
Zach Dziura
7ef5a2ceb8 Adding Travis CI support 2015-04-28 14:54:30 +00:00
Zach Dziura
3aeaf8467e Version 0.1.0 2015-04-28 01:10:37 -04:00