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
Move Arg to root namespace as it is used by consumers. Fix namespace. More... over 5 years ago
Add validator for key-value pairs. More... over 5 years ago
[#38] Start work on help framework. More... over 5 years ago
Update README.md More... over 5 years ago
Add ProgramAttribute and CommandAttribute. Fix issues with stacked options. More... over 5 years ago
Fix property assignments in ConsoleProgram. More... over 5 years ago
Try to enable Source Link in ConsoleExtensions. More... over 5 years ago
Try to enable Source Link support for ConsoleExtensions. More... over 5 years ago
Remove unneeded stuff from some csproj files. More... over 5 years ago
Code cleanup and refactoring. More... over 5 years ago
Add Assigned property to OptionRun. More... over 5 years ago
Assign default value to option, if not assigned. More... over 5 years ago
[#35] Fix issue. More... over 5 years ago
Add validation checks for Command.LastArgumentRepeat setter. More... over 5 years ago
Add base class for ArgumentRun and OptionRun. More... over 5 years ago
Move some responsibilities from Parser to ArgumentRun. More... over 5 years ago
Move more responsibility from Parser to OptionRun. More... over 5 years ago
Update CI script. More... over 5 years ago
Add code comment. More... over 5 years ago
Add comments. More... over 5 years ago
[#32] Completed implementation of repeating last arguments. More... over 5 years ago
[#37] Completed initial implementation of UnixArgStyle. More... over 5 years ago
Completing UnixArgStyle. #37 More... over 5 years ago
Removed AddOptions, AddArguments and AddCommands virtual methods in favor of a single AddArgs method to handle all 3 types. More... over 5 years ago
Disallow unnamed commands in Commands collection. More... over 5 years ago
Remove ArgExtensions file. More... over 5 years ago
Seal the Command.NamePattern property to avoid it appearing in derived classes. More... over 5 years ago
Remove unused dependency on ConsoleExtensions. More... over 5 years ago
Use C# pattern matching for null checks More... over 5 years ago
Implement default values for arguments. More... over 5 years ago