Command.providesAs

see also Self providesAs(in string name, in string asName). expose option values in new names at the same time

  1. Self providesAs(string name, string asName)
  2. Self providesAs(string[string] optsMap)
    class Command
    providesAs
    (
    in string[string] optsMap
    )

Parameters

optsMap string[string]

the map of name and asName

Return Value

Type: Self

Self for chain call

Meta