Skip to content

Add 'loq relax' as alias for accept-defeat #23

@jakekaplan

Description

@jakekaplan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions