commands property
Defines a list of subcommands.
サブコマンドの一覧を定義します。
Implementation
@override
Map<String, CliCommand> get commands => const {
"tmp": CodeTmpCliCommand(),
"server": CodeServerCliCommand(),
"boot": CodeBootCliCommand(),
"format": CodeFormatCliCommand(),
"generate": CodeGenerateCliCommand(),
"watch": CodeWatchCliCommand(),
"controller": CodeControllerCliCommand(),
"group": CodeGroupCliCommand(),
"page": CodePageCliCommand(),
"collection": CodeCollectionCliCommand(),
"document": CodeDocumentCliCommand(),
"value": CodeValueCliCommand(),
"redirect": CodeRedirectQueryCliCommand(),
"prefs": CodePrefsCliCommand(),
"widget": CodeWidgetCliCommand(),
"stateless": CodeStatelessCliCommand(),
"stateful": CodeStatefulCliCommand(),
"query": CodeQueryCliCommand(),
"cache": CodeCacheCliCommand(),
"zip": CodeZipCliCommand(),
"enum": CodeEnumCliCommand(),
"model_adapter": CodeModelAdapterCliCommand(),
"exception": CodeExceptionCliCommand(),
};