1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 22, 2025 — Sep 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #108 from oleksabor/develop More... about 7 years ago
fixing #106 More... about 7 years ago
Update README.md More... almost 9 years ago
Update README.md More... almost 9 years ago
Update README.md More... almost 9 years ago
Update README.md More... almost 9 years ago
Merge branch 'develop' of https://github.com/fclp/fluent-command-line-parser into develop
Siy Williams
as Simon Williams
More... almost 9 years ago
#64 Provide a way to specify arguments object factory method
Siy Williams
as Simon Williams
More... almost 9 years ago
#89 add SkipFirstArg() method to configure the parser to skip the first argument.
Siy Williams
as Simon Williams
More... almost 9 years ago
also fix other tests using same register
Siy Williams
as Simon Williams
More... almost 9 years ago
use register instead of freeze!
Siy Williams
as Simon Williams
More... almost 9 years ago
SpecialCharacters should be used as is instead of a mock version being created
Siy Williams
as Simon Williams
More... almost 9 years ago
Expose default value on ICommandLineOptionFormatter interface
Siy Williams
as Simon Williams
More... almost 9 years ago
Added ability to specify your own option prefix (if you don't want to use "/" for example), plus disable the short option behaviour entirely.
Siy Williams
as Simon Williams
More... almost 9 years ago
files should be a sibling not a child of metadata
Siy Williams
as Simon Williams
More... almost 9 years ago
fix incorrect syntax in nuspec
Siy Williams
as Simon Williams
More... almost 9 years ago
fix issue with invalid chars in url
Siy Williams
as Simon Williams
More... almost 9 years ago
add nuspec for signed assembly
Siy Williams
as Simon Williams
More... almost 9 years ago
Builder is an old term, rename to Generic Fluent Command Line Parser as highlighted in issue #90
Siy Williams
as Simon Williams
More... almost 9 years ago
fix #67 by only allowing class types as althought struct are syntacticly allowed they do not work correctly.
Siy Williams
as Simon Williams
More... almost 9 years ago
Update README.md More... almost 9 years ago
remove vs dir using gitignore
Siy Williams
as Simon Williams
More... almost 9 years ago
If option is nullable, then let the parser itself decide if an empty value is valid. For example a nullable bool that is provided but no explicit value is valid as a default for true
Siy Williams
as Simon Williams
More... almost 9 years ago
-b0 and -b1 short params are no longer valid, removing the tests.
Siy Williams
as Simon Williams
More... almost 9 years ago
Merge branch 'commands' of https://github.com/fclp/fluent-command-line-parser into commands
Siy Williams
as Simon Williams
More... over 9 years ago
use new UseForOrphanArguments() to remove need for -f in example args
Siy Williams
as Simon Williams
More... over 9 years ago
Merge branch 'develop' into commands More... over 9 years ago
Merge branch 'develop' into commands
Siy Williams
as Simon Williams
More... over 9 years ago
Merge pull request #72 from LazyTarget/develop More... over 9 years ago
Merge pull request #80 from mudrz/patch-1 More... over 9 years ago