use Result;
use crate;
/// `lowfat info [cmd] [--config]` — one place to see what's currently set up.
///
/// bare → status badge + active filter list
/// info <cmd> → pipeline applied to that command
/// info --config → full resolved config (paths, level, env overrides)
///
/// Replaces the older `status`, `filters`, `pipeline`, and `config` commands,
/// all of which still work as hidden aliases for backward compatibility.