pub fn managed_cmd(cmd: &str) -> Cow<'_, str>Expand description
Return a command reference string suitable for the current runtime mode.
When MERIDIAN_MANAGED=1 is set (i.e. invoked through meridian), prefix
the command with meridian so that user-facing hints read correctly.