run method

Future<void> run(
  1. HookContext context
)

Run the command with the given HookContext

Override this method in your command implementation to define the command's behavior.

context - The Mason hook context containing variables and logger

Implementation

Future<void> run(HookContext context) async {}