commandlineparser
Here are 22 public repositories matching this topic...
-
Updated
Jun 25, 2020 - C#
-
Updated
Jul 6, 2020 - Pascal
-
Updated
Nov 11, 2020 - Go
-
Updated
Aug 30, 2020 - C#
-
Updated
Nov 15, 2020 - C#
-
Updated
Nov 2, 2020 - Java
-
Updated
Nov 1, 2020 - C#
Gallery
Pre-release is released at https://www.nuget.org/packages/HzNS.Cmdr.Core/.
This repo will be enabled soon.
First Snapshot:
versions
Simple Sample

I noticed a difference in behaviour and like to have a clarification if it is a bug or works as intended.
If you invoke an app with
--help [command]the command is not executed and the help of the command is shown.If you invoke an app with
--version [command]the command is executed and no version information is shown.This is somewhat confusing.
Some example code: