Command.injectsAs

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

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

Parameters

optsMap string[string]

the map of name and asName

Return Value

Type: Self

Self for chain call

Meta