Function normalize
Source pub fn normalize(cmd: Command) -> Command
Expand description
Normalize command for deterministic help output in tests
Applies consistent ordering and formatting to make help snapshots
reproducible across environments.
§Arguments
cmd - The command to normalize
§Returns
The normalized command