exec abstract method

Future<void> exec(
  1. ExecContext context
)

Run command.

The contents of katana.yaml and the arguments of the command are passed to context.

コマンドを実行します。

contextkatana.yamlの内容やコマンドの引数が渡されます。

Implementation

Future<void> exec(ExecContext context);