Default Bun implementation of a CLI using process.stdout
, process.stderr
and process.argv
.
new
DefaultRuntimeCLI(cliConfig: CLIConfig,envVarsEnabled?: boolean,configEnabled?: boolean,keyValueServiceEnabled?: boolean,validateAllCommands?: boolean,)
Constructor configures the instance with the specified CLI application details
and making use of process.stdout
and process.stderr
.