Show / Hide Table of Contents

Class CliArgumentsParser

A utility which uses CSF.Cli.ParameterParserBuilder`1 to parse a set of source arguments into an instance of CliArguments.

Inheritance
System.Object
CliArgumentsParser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Cli
Assembly: ZptSharp.Cli.dll
Syntax
public static class CliArgumentsParser

Methods

| Improve this Doc View Source

Parse(String[])

Parses the source arguments and returns a CliArguments.

Declaration
public static CliArguments Parse(string[] args)
Parameters
Type Name Description
System.String[] args

The source command line args.

Returns
Type Description
CliArguments

The parsed arguments.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX