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
docs(cli[flags]) Use longform flags and split multi-flag commands
why: Shortform flags (-w, -f, -S, -v) are cryptic in user-facing docs;
multi-flag one-liners are hard to scan and copy-paste.
what:
- Replace -w with --workspace in all doc code blocks
- Replace -f with --file in all doc code blocks
- Replace -S with --smart-case and -v with --invert-match in search docs
- Split multi-flag commands onto \-continuation lines
- Update prose references to prefer longform names
- Remove redundant "Short form" examples from fmt.md
0 commit comments