Dan's Style-Agnostic Command-Line Args Library
C#
VB
ASP.NET
Show/Hide TOC
Style
Agnostic
Command
Args Namespace
Allows you to support the user's own command line parameter preference by accepting either the -- or / prefixes on each parameter. See the full project source at
https://github.com/danielanywhere/StyleAgnosticCommandArgs
Classes
CommandArgCollection
Collection of CommandArgItem Items.
CommandArgItem
Information about a single style-agnostic command-line argument.
CommandArgUtil
Features and functionality for the AgnosticCommandArgs library.
In This Article
Classes