1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Sep 17, 2024 — Sep 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the Behaviors class. More... over 9 years ago
no message More... over 9 years ago
Merge branch 'master' of https://github.com/JeevanJames/ConsoleFx More... over 9 years ago
no message More... over 9 years ago
Updated version and pushed to NuGet. More... over 9 years ago
Added new test harness for multi-command console program. Created based class for console programs. More... over 9 years ago
Removing the concept of a base parser. Now there is just a single Parser class (with a generic version as well). Program classes will not derive from the base parsers; instead they will define their own contracts and use Parser internally. Started implementing the MultiCommandProgram classes. More... over 9 years ago
no message More... over 9 years ago
no message More... over 9 years ago
Updated ConsoleFx nuspec files. More... almost 10 years ago
Refactoring the ConsoleProgram class. More... almost 10 years ago
Working on the nuget package for ConsoleFx. More... almost 10 years ago
Adding nuget files and fixing XML doc comments. More... almost 10 years ago
Fixed UriValidator message property name. More... almost 10 years ago
Issue #13: All validators now derive from Validator<T> and are unsealed. Validator<T> allows additional checks to be performed in derived classes by overriding a method named AdditionalChecks. More... almost 10 years ago
Created a new AdditionalChecksValidator base class so that the UriValidator-derived classes can specify additional validations on the URI. More... almost 10 years ago
Issue #3: Implemented scoping behavior, allowing control over handler assignments. More... almost 10 years ago
Issue #1: If the max parameter count has been reached for an option, we consider the next available arg as a new option or an argument. More... almost 10 years ago
Issue #1: Handling command grouping for the UNIX style parser. More... almost 10 years ago
Issue #5: Allow use of '=' to specify single parameters for options. More... almost 10 years ago
Added two new validators for GUID's and URI's. More... almost 10 years ago
Fixing exception classes. More... almost 10 years ago
Issue #2: Consolidated the Utilities, Parsers and Programs projects into a single project ConsoleFx. More... almost 10 years ago
Added extensions for arguments. More... about 10 years ago
Implemented initial version of UnixParserStyle. More... about 10 years ago
no message More... about 10 years ago
Started console program migration. More... about 10 years ago
Completed initial version of the parser. More... about 10 years ago
Partial migration. Code not compilable. More... about 10 years ago
Initial commit More... about 10 years ago