pub const SUBCOMMANDS: &[&str];
Subcommand names recognised by the unified CLI. Used to discriminate between subcommand-style invocations (ssg dev, ssg build …) and the legacy flag-only form (ssg -s public).
ssg dev
ssg build …
ssg -s public