0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow remaining arguments consisting of only an option prefix More... over 9 years ago
rename Argument to SplitArgument, rename String() to Value(), update docstrings More... over 9 years ago
use interface to represent arguments with format --flag=value More... over 9 years ago
small tweak to docstring More... over 9 years ago
unknown option handler must be able to accept flags in --flag=value format More... over 9 years ago
Merge pull request #116 from mpobrien/unknown_handler More... over 9 years ago
newlines style fix More... over 9 years ago
fix whitespace and comments in test More... over 9 years ago
add whitespace in test More... over 9 years ago
add newlines before if blocks More... over 9 years ago
fix commenting style to include spaces More... over 9 years ago
clarify docstrings for UnknownOptionHandler, and some style fixes More... over 9 years ago
put if-condition on one line More... over 9 years ago
clean up docstring, remove negated condition, remove type declaration in test More... over 9 years ago
improve docstrings a bit for new struct field More... over 9 years ago
allow parser to have callback for processing unrecognized options More... over 9 years ago
Added empty line for improved readability More... over 9 years ago
Merge pull request #114 from shirayu/onechararg More... over 9 years ago
Added comments and trimmed codes More... over 9 years ago
Accept any single character arguments including '-' More... over 9 years ago
Merge pull request #113 from GeertJohan/newErrorf More... over 9 years ago
Use newErrorf instead of fmt.Sprintf and newError More... over 9 years ago
Merge pull request #112 from GeertJohan/master More... over 9 years ago
Mixing raw and interpreted string literals didn't make any sense.. More... over 9 years ago
Update code and test based on comments in #112 More... over 9 years ago
Deny option (or something that looks like an option) as option argument. Add TestOptionAsArgument. More... over 9 years ago
Merge pull request #108 from zimmski/fix-empty-string-unquoting More... over 9 years ago
fix, empty string arguments lead to an index out of range panic More... over 9 years ago
Merge pull request #105 from zimmski/golint-wildcard More... over 9 years ago
ignore vet's exit code More... over 9 years ago