console library
Classes
- CliLogger
- Minimal logger for CLI output.
- CliVersion
- Routed CLI core utilities.
- DevOptions
-
Options used by the
devcommand to run a development server.
Functions
-
formatRoutesTable(
Iterable< String> routes) → String -
Formats a simple routes list for use in
listcommand outputs. -
runDevServer(
DevOptions options, {CliLogger? logger}) → Future< Process> - Runs a development server for a Routed app.
-
spawnDartProcess(
List< String> args, {Map<String, String> ? environment, String? workingDirectory, bool inheritStdio = true}) → Future<Process> - Spawns a Dart process using the current Dart executable.
-
usageHeader(
) → String - Short usage header for help text.