Skip to content

fix(auth): correct gmail search example in success template#89

Merged
steipete merged 1 commit intoopenclaw:mainfrom
rvben:fix/auth-template-query-flag
Jan 21, 2026
Merged

fix(auth): correct gmail search example in success template#89
steipete merged 1 commit intoopenclaw:mainfrom
rvben:fix/auth-template-query-flag

Conversation

@rvben
Copy link
Copy Markdown
Contributor

@rvben rvben commented Jan 19, 2026

Remove incorrect --query flag from the gmail search example in the auth success template.

The gog gmail search command accepts the query as a positional argument:

# Correct
gog gmail search "is:unread"

# Incorrect (was shown in template)
gog gmail search --query "is:unread"

Remove incorrect --query flag from the gmail search example. The
search command accepts the query as a positional argument, not a flag.
@steipete steipete merged commit cd73fc0 into openclaw:main Jan 21, 2026
1 check passed
@steipete
Copy link
Copy Markdown
Collaborator

Landed via temp rebase onto main.\n\n- Gate: pnpm lint && pnpm build && pnpm test\n- Land commit: 78efb9f\n- Merge commit: cd73fc0\n\nThanks @rvben!

vidarbrekke added a commit to vidarbrekke/gogcli-enhanced that referenced this pull request Mar 6, 2026
klodr pushed a commit to klodr/gogcli that referenced this pull request Apr 22, 2026
fix(auth): correct gmail search example in success template
klodr pushed a commit to klodr/gogcli that referenced this pull request Apr 22, 2026
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.

2 participants