pub fn run_set_description(
ctx: &CliContext,
args: SetDescriptionArgs,
) -> Result<()>Expand description
memstead mem set-description <NAME> <DESCRIPTION> — set or clear
the mem’s one-line description via the in-process engine,
persisting through the backend’s write_mem_config. Like
set-version, this surface is gate-free and calls the engine
directly. An empty DESCRIPTION clears the field.