Expand description
command_key helpers: strip cosmetic noise, keep significant args.
Constants§
- NOISE_
FLAGS - Purely cosmetic flags that don’t change what ran (spec §11.2).
Functions§
- build_
key - Build a colon-joined key from a family prefix and significant tokens,
falling back to
defaultwhen there are none. - command_
original - Human-facing command string, e.g.
pnpm run test. - drop_
noise - Drop noise flags, keeping the rest in order.
- is_
noise