Upgrade class

Inheritance

Constructors

Upgrade.new()

Properties

argParser ArgParser
no setterinherited
commands List<Command>
获取子命令列表
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
help String
命令帮助文本
no setteroverride
name String
命令名称
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildArgParser(ArgParser argParser) → void
构建自己的命令参数
override
coustomParser(ArgResults argResults) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parser(ArgResults argResults) → void
统一解析器, 命令未截止时调用coustomParser
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited