CliCommand class abstract
Abstract class for creating command templates.
コマンドの雛形を作成するための抽象クラス。
- Implementers
- AdsCliAction
- AgoraCliAction
- AnalyitcsAppStoreCliCommand
- AnalyitcsFirebaseCliCommand
- AnalyitcsGooglePlayCliCommand
- AppAnimateCliAction
- AppCalendarCliAction
- AppCameraCliAction
- AppCsrCliAction
- AppDeeplinkCliAction
- AppForceUpdaterCliAction
- AppGeocodingCliAction
- AppIconCliAction
- AppInfoCliAction
- AppIntroductionCliAction
- AppKeystoreCliAction
- AppLocalNotificationCliAction
- AppLocationCliAction
- ApplyCliCommand
- AppOpenAICliAction
- AppP12CliAction
- AppPickerCliAction
- AppPrivacyManifestsCliAction
- AppReviewCliAction
- AppSpeechToTextCliAction
- AppSpreadSheetCliAction
- AppTextToSpeechCliAction
- AppTrackingTransparencyCliAction
- CerCheckCliCommand
- CerUpdateCliCommand
- CliActionMixin
- CliAiCodeCommand
- CliCodeCommand
- CliCommandGroup
- CliMcpCodeCommand
- CodeDebugCliCommand
- CodeDocsCliCommand
- CodeFormatCliCommand
- CodeGenerateCliCommand
- CodeLocalizeCliCommand
- CodeSnippetsCliCommand
- CodeWatchCliCommand
- CodeZipCliCommand
- ComposeCliCommand
- CreateCliCommand
- CreateModuleCliCommand
- DeployCliCommand
- DoctorCliCommand
- EcosystemCliAction
- FirebaseAlogliaCliAction
- FirebaseAuthenticationCliAction
- FirebaseDeployCliAction
- FirebaseDynamicLinksCliAction
- FirebaseFirestoreCliAction
- FirebaseInitCliAction
- FirebaseMessagingCliAction
- FirebaseSchedulerCliAction
- FirebaseTermsAndPrivacyCliAction
- FlavorDevCliCommand
- FlavorProdCliCommand
- FlavorStgCliCommand
- GitActionCliAction
- GitClaudeCodeCliAction
- GitCommitCliCommand
- GitIssueTemplateCliAction
- GitPreCommitCliAction
- GitPullRequestCliCommand
- GitPullRequestCommentCliCommand
- GitRemoveCliCommand
- GitReviewCliAction
- GitStatusCheckCliAction
- GitSubmoduleCliCommand
- GitUpdateCliCommand
- MailSendGridCliAction
- PackageCliCommand
- PubAddCliCommand
- PubGetCliCommand
- PubPublishCliCommand
- PubUpgradeCliCommand
- PubVersionCliCommand
- PurchaseCliAction
- StoreAndroidBuildCliCommand
- StoreScreenshotCliCommand
- StripeCliAction
- TestCoverageCliCommand
- TestDebugCliCommand
- TestRunCliCommand
- TestUpdateCliCommand
Constructors
- CliCommand()
-
Abstract class for creating command templates.
const
Properties
- description → String
-
Command Description.
no setter
- example → String?
-
Example of command input.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
exec(
ExecContext context) → Future< void> - Run command.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited