commands property
Defines a list of subcommands.
サブコマンドの一覧を定義します。
Implementation
@override
Map<String, CliCommand> get commands => const {
"update": CerUpdateCliCommand(),
"check": CerCheckCliCommand(),
};
Defines a list of subcommands.
サブコマンドの一覧を定義します。
@override
Map<String, CliCommand> get commands => const {
"update": CerUpdateCliCommand(),
"check": CerCheckCliCommand(),
};