pub const FEATURE_EFFECTS: &[(&str, SpecCommandEffect)];Expand description
Commands that only exist behind a cargo feature, so they must only be
classified where they exist — otherwise the stale-entry test fails under
--no-default-features. The feature is on by default.
config tui is deliberately not here: a cfg(not(feature = "config-tui"))
stub keeps the subcommand present either way, it just errors when invoked.