commands/run/parser library

Functions

buildParser() → ArgParser
Builds the argument parser for the 'run' command.
handleCommand(List<String> arguments, {bool verbose = false}) Future<void>
Handles the 'run' command by dispatching to the appropriate subcommand.
printUsage(ArgParser runParser) → void
Prints usage information for the run command.