Optional
commandThe command to run when the alias is called. It is evaluated as a shell command or a javascript function based on Alias.commandType value. It can be left empty when Alias.subAliases are defined.
Optional
commandDetermines how the command will be executed. When left empty defaults to CommandType.Simple.
Optional
completionDefines a command custom completion
Optional
descriptionThe alias description. It is showed when using the help command or when providing wrong/urecognized input.
The name that will be used to recall the alias.
Optional
optionsOptions passed down to this alias and its subaliases when commandType=Function
Optional
positionalPositional arguments passed down to this alias and its subaliases when commandType=Function
Optional
subSubaliases, to have more complex alias structures.
Generated using TypeDoc
Set internally to allow usage of relative paths with Module command and completionPath.