Command class abstract
- Implementers
Constructors
- Command()
Properties
Methods
-
buildArgParser(
ArgParser argParser) → void - 构建自己的命令参数
-
coustomParser(
ArgResults argResults) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parser(
ArgResults argResults) → void - 统一解析器, 命令未截止时调用coustomParser
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited