CommandApp(String, String?, CommandConfig?) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

Creates a new instance of CommandApp.

public CommandApp(string name, string? help = null, CommandConfig? config = null)

Parameters

name
String

The name of the command line application. Default is the exe name returned by System.Environment.ProcessPath.

help
String

The optional help for this command.

config
CommandConfig

The configuration for this command line application.