commands property
Defines a list of subcommands.
サブコマンドの一覧を定義します。
Implementation
@override
Map<String, CliCommand> get commands => const {
"view": CodeViewCliCommand(),
"server": CodeServerCliCommand(),
"boot": CodeBootCliCommand(),
"docs": CodeDocsCliCommand(),
"snippets": CodeSnippetsCliCommand(),
"format": CodeFormatCliCommand(),
"generate": CodeGenerateCliCommand(),
"watch": CodeWatchCliCommand(),
"controller": CodeControllerCliCommand(),
"page": CodePageCliCommand(),
"collection": CodeCollectionCliCommand(),
"document": CodeDocumentCliCommand(),
"value": CodeValueCliCommand(),
"redirect": CodeRedirectQueryCliCommand(),
"widget": CodeWidgetCliCommand(),
"stateless": CodeStatelessCliCommand(),
"stateful": CodeStatefulCliCommand(),
"query": CodeQueryCliCommand(),
"cache": CodeCacheCliCommand(),
"zip": CodeZipCliCommand(),
"enum": CodeEnumCliCommand(),
"model_adapter": CodeModelAdapterCliCommand(),
"exception": CodeExceptionCliCommand(),
"modal": CodeModalCliCommand(),
"log": CodeLogCliCommand(),
"function": CodeFunctionCliCommand(),
"localize": CodeLocalizeCliCommand(),
"test": CodeTestCliCommand(),
"debug": CodeDebugCliCommand(),
};