vader_console library

Properties

path Path
final

Functions

runCliApp<T extends Arguments>({required List<String> arguments, required List<Command> commands, required T parser(List<String>, List<Command>), required dynamic app(T)}) Future<void>
showHelp(List<Command> commands) → dynamic