knownSubcommands top-level constant

Set<String> const knownSubcommands

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'};