parrot_cmd library

Classes

CommandRunnrtInfo
Command runner info.

Extensions

ParrotCommandRunnerExtension on Parrot
UseCommandExtension on Module

Properties

commandModule → Module
final

Functions

argParserProvider(ModuleRef ref) Future<ArgParser>
createClosureCommand<T>(String name, String description, FutureOr<T> run(ArgResults argResults, ModuleRef ref), {void configure(ArgParser argParser)?}) CommandProvider
Create a closure command.

Typedefs

CommandProvider = Provider<Command>