aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/tests/cli_all.rs
AgeCommit message (Collapse)Author
2026-05-06fix(status): remove conflicting local verbose argnsfisis
The StatusArgs struct redefined `verbose` as bool while Cli defines a global `verbose: u8` with ArgAction::Count. clap's runtime type check panicked on access. Drop the local field and rely on cli.verbose, which matches Composer's StatusCommand treating -v|-vv|-vvv as a single flag. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>