Command.argumentDesc

define the arguments' descriptions

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

Parameters

descMap string[string]

the map of arguments' description, key is the name of argument

Return Value

Type: Self

Self for chain call

Meta