Overview Q & A Rating & Review
This extension provides several code snippets for use with the Ookii.CommandLine command line argument parsing library :
clargclass: Creates an arguments class.
clarg: Creates a property for a command line argument.
clargpos: Creates a property for a positional command line argument.
clargreq: Creates a property for a required positional command line argument (C# only).
clargmulti: Creates a property for a multi-value command line argument.
clargdict: Creates a property for a dictionary command line argument.
clargswitch: Creates a property for a switch argument.
clcmd: Creates a subcommand class.
clcmdasync: Creates an asynchronous subcommand class.
All snippets are provided for C# and Visual Basic, except as noted.
This version of the snippets is only intended for use with Ookii.CommandLine 4.0. Some of the snippets may not be correct for older versions.