You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(usage_md): address review feedback on error type and callsites
- Split RedundantVisibleAlias into RedundantVisibleLongAlias(String)
and RedundantVisibleShortAlias(char), moving message into #[display]
- Rename validate_no_redundant_visible_aliases to check_visible_aliases
- Use if-let-Err pattern in cli/usage_md.rs to match lib.rs style
- Simplify test to use .unwrap() instead of .expect()
- Fix doc comment to use plain English instead of backtick-wrapped flags
https://claude.ai/code/session_01TSnvxN1HBwwzhxfFShWAQ5
0 commit comments