run method
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 {}