DoctorCliCommand class
Check the installation status of the commands required for the katana
command.
Installation is also performed, but may fail due to permissions. In that case, please execute the installation with administrator privileges.
katana
コマンドに必要なコマンドのインストール状況を調べます。
インストールも行いますがパーミッションの関係で失敗する場合があります。その場合は管理者権限で実行してください。
- Inheritance
-
- Object
- CliCommand
- DoctorCliCommand
Constructors
- DoctorCliCommand()
-
Check the installation status of the commands required for the
katana
command.const
Properties
- description → String
-
Command Description.
no setteroverride
- 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.
override
-
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