handle abstract method

Future<int> handle(
  1. ArtisanContext ctx
)

Execute the command. Returns the process exit code.

Implementation

Future<int> handle(ArtisanContext ctx);