Command.argumentDesc

define the arguments' descriptions

  1. Self argumentDesc(string argName, string desc)
    class Command
    argumentDesc
    (
    string argName
    ,
    string desc
    )
  2. Self argumentDesc(string[string] descMap)

Parameters

argName string

the argument's name

desc string

the description of the argument

Return Value

Type: Self

Self for chain call

Meta