Skip to content

feat: add 'say' as an alias for the speak command - #11

Merged
ppikrorngarn merged 6 commits into
mainfrom
feature/say-alias
Jul 26, 2026
Merged

feat: add 'say' as an alias for the speak command#11
ppikrorngarn merged 6 commits into
mainfrom
feature/say-alias

Conversation

@ppikrorngarn

Copy link
Copy Markdown
Owner

Summary

  • Add say as an alias for speak — they dispatch to the exact same parseSpeakCommand, so behavior is identical.
  • Update shell completions (bash, zsh, fish) and usage hints to document the alias.
  • Add tests asserting the alias resolves to ModeSpeak and that shorthand flags work through say.
  • Update README to reference the alias consistently.

Test plan

  • go build ./... && go test ./... — green.
  • Independent review of the full diff, including orphaned reference search.

Notes

Branch: `feature/say-alias`
5 commits, squash-merge ready.

@ppikrorngarn
ppikrorngarn merged commit 6948aa4 into main Jul 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant