Skip to content

docs: true-up README command reference with full flag inventory - #111

Merged
rianjs merged 1 commit into
mainfrom
docs/true-up-readme-command-reference
May 12, 2026
Merged

docs: true-up README command reference with full flag inventory#111
rianjs merged 1 commit into
mainfrom
docs/true-up-readme-command-reference

Conversation

@rianjs

@rianjs rianjs commented May 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Full audit of the CLI binary output (gro --help / gro <cmd> --help) against the README Command Reference. Verified by building from source and walking every command.

  • gro init: missing --credentials-file and --no-browser from Command Reference (both flags exist in code and were documented in the Setup section, just not the reference)
  • gro me: no Command Reference entry at all — added one with --id, --extended, and --json
  • gro drive search: --name was documented as string type but is a bool; fixed the usage example too (--name "budget""budget" --name)
  • --verbose / -v: global persistent flag on the root command, not documented anywhere
  • --query on all bulk-op commands: missing string type annotation across 10 occurrences (mail, contacts, drive)

Closes #110

- gro init: add missing --credentials-file and --no-browser flags
- gro me: add Command Reference entry (--id, --extended, --json)
- gro drive search: fix --name type (bool, not string); fix usage example
- global: document --verbose / -v persistent flag
- all bulk-op commands: add missing `string` type annotation on --query

Closes #110
@rianjs
rianjs merged commit ac1a8b9 into main May 12, 2026
2 checks passed
@rianjs
rianjs deleted the docs/true-up-readme-command-reference branch May 12, 2026 09:56
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.

docs: true-up README command reference with full flag inventory

1 participant