knownSubcommands top-level constant
Subcommand names recognized by the runner. Used by bin/main.dart
to decide whether the bare-invocation default-to-generate shim
should fire.
Implementation
const Set<String> knownSubcommands = {'generate', 'migrate', 'doctor', 'help'};