-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Summary
Add loq relax as a work-friendly alias for loq accept-defeat.
Motivation
While accept-defeat has personality, some users may want a more neutral command name for corporate environments or shared codebases.
Design
Alias: loq relax [FILES...] [--buffer N]
- Identical behavior to
accept-defeat - Same flags:
--buffer - Both commands remain available
Implementation: Clap supports command aliases via #[command(alias = "relax")] on the accept-defeat variant.
Help text: Show both names in help output so users discover the alias.
Tasks
- Add alias to accept-defeat command
- Update help text to mention alias
- Add test for alias
- Document in README
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels