Skip to content

Commit 28a4513

Browse files
feat(cli): add mail and email aliases for gmail command
Enables `gog mail` and `gog email` as shortcuts for `gog gmail`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 03037c3 commit 28a4513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type CLI struct {
3434
Docs DocsCmd `cmd:"" help:"Google Docs (export via Drive)"`
3535
Slides SlidesCmd `cmd:"" help:"Google Slides"`
3636
Calendar CalendarCmd `cmd:"" help:"Google Calendar"`
37-
Gmail GmailCmd `cmd:"" help:"Gmail"`
37+
Gmail GmailCmd `cmd:"" aliases:"mail,email" help:"Gmail"`
3838
Contacts ContactsCmd `cmd:"" help:"Google Contacts"`
3939
Tasks TasksCmd `cmd:"" help:"Google Tasks"`
4040
People PeopleCmd `cmd:"" help:"Google People"`

0 commit comments

Comments
 (0)