1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the Behaviors class. More... about 9 years ago
no message More... about 9 years ago
Merge branch 'master' of https://github.com/JeevanJames/ConsoleFx More... about 9 years ago
no message More... about 9 years ago
Updated version and pushed to NuGet. More... about 9 years ago
Added new test harness for multi-command console program. Created based class for console programs. More... about 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... about 9 years ago
no message More... about 9 years ago
no message More... about 9 years ago
Updated ConsoleFx nuspec files. More... over 9 years ago
Refactoring the ConsoleProgram class. More... over 9 years ago
Working on the nuget package for ConsoleFx. More... over 9 years ago
Adding nuget files and fixing XML doc comments. More... over 9 years ago
Fixed UriValidator message property name. More... over 9 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... over 9 years ago
Created a new AdditionalChecksValidator base class so that the UriValidator-derived classes can specify additional validations on the URI. More... over 9 years ago
Issue #3: Implemented scoping behavior, allowing control over handler assignments. More... over 9 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... over 9 years ago
Issue #1: Handling command grouping for the UNIX style parser. More... over 9 years ago
Issue #5: Allow use of '=' to specify single parameters for options. More... over 9 years ago
Added two new validators for GUID's and URI's. More... over 9 years ago
Fixing exception classes. More... over 9 years ago
Issue #2: Consolidated the Utilities, Parsers and Programs projects into a single project ConsoleFx. More... over 9 years ago
Added extensions for arguments. More... over 9 years ago
Implemented initial version of UnixParserStyle. More... over 9 years ago
no message More... over 9 years ago
Started console program migration. More... over 9 years ago
Completed initial version of the parser. More... over 9 years ago
Partial migration. Code not compilable. More... over 9 years ago
Initial commit More... over 9 years ago