pub const LEGACY_DEPRECATION_WARNING: &str = "warning: legacy CLI form deprecated; use 'ssg dev' (will be removed in 1.0)";Expand description
Deprecation message printed to stderr when the legacy flag-only form is used. Kept as a const so tests can assert on the exact text.