summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-17Move parse_choice tests into their own test moduleRyan Geary
2019-09-17Add future testsRyan Geary
2019-09-17Add successful parsing testsRyan Geary
2019-09-17Test return value on error with e2e testRyan Geary
2019-09-17Add first testRyan Geary
2019-09-17Move most of the processing out of mainRyan Geary
2019-09-17Add compilation instructionsRyan Geary
2019-09-16separate examples to make explanations easier to digest visuallyCollin Reilly Clark
2019-09-11Update readmeRyan Geary
2019-09-11Convert panic!s to eprintln!s and add exit statiRyan Geary
2019-09-11Add regex matching with field separatorRyan Geary
2019-09-11Unify enumerating lines in print_choiceRyan Geary
2019-09-11Add choose 12 testRyan Geary
2019-09-10Rename test to e2e_testv0.1.0Ryan Geary
2019-09-10Ignore all whitespace in testingRyan Geary
2019-09-10Validate vector indecesRyan Geary
2019-09-10Add basic test suiteRyan Geary
2019-09-10Allow for inclusive ranges and move choice parsing into Choice enumRyan Geary
2019-09-10Update choice help documentRyan Geary
2019-09-10Add Range printingRyan Geary
2019-09-10RustFmtRyan Geary
2019-09-10Iterate through lines and choicesRyan Geary
2019-09-06Add flag for input file, change inclusive short to nRyan Geary
2019-09-06Apply RustFmtRyan Geary
2019-09-06change parse_range -> parse_choiceRyan Geary
2019-09-06Parse single field numbersRyan Geary
2019-09-06Change arg from Range to ChoiceRyan Geary
2019-09-06Rework Choice structRyan Geary
2019-09-06Handle errors in parse_rangeRyan Geary
2019-09-06Add explicit `dyn` before TraitsRyan Geary
2019-09-06Take one rangeRyan Geary
2019-09-06Make field_separator an Option<>Ryan Geary
2019-09-06Add parse_range functionRyan Geary
2019-09-06Define Range and Choice typesRyan Geary
2019-09-06Add regex packageRyan Geary
2019-09-02Start parsing command line and reading input fileRyan Geary
2019-09-02Add structopt dependencyRyan Geary
2019-09-01Revise usage statementRyan Geary
2019-09-01Add readme with Rationale and expected UsageRyan Geary
2019-09-01Add Cargo.lockRyan Geary
2019-09-01Add Cargo.tomlRyan Geary
2019-09-01Add gitignoreRyan Geary