Skip to content

docs: fix auth CLI flags to match implementation#4

Merged
4ier merged 1 commit into4ier:mainfrom
hypn4:docs/fix-auth-cli-flags
Mar 12, 2026
Merged

docs: fix auth CLI flags to match implementation#4
4ier merged 1 commit into4ier:mainfrom
hypn4:docs/fix-auth-cli-flags

Conversation

@hypn4
Copy link
Contributor

@hypn4 hypn4 commented Mar 11, 2026

Summary

  • --token--with-token: README.md and DESIGN.md documented a non-existent --token flag. The actual flag is --with-token (boolean, reads token from stdin).
  • Removed --token <token> from DESIGN.md global flags section (not implemented).
  • Added missing switch subcommand to README.md auth commands table.

SKILL.md was already correct — no changes needed.

Test plan

  • Verify notion auth login --with-token matches code in cmd/auth.go
  • Confirm no remaining --token references in docs

README.md and DESIGN.md documented `--token` which doesn't exist.
The actual flag is `--with-token` (boolean, reads token from stdin).
Also added missing `switch` subcommand to README command table.
@4ier 4ier merged commit e1a1f54 into 4ier:main Mar 12, 2026
4 checks passed
@4ier
Copy link
Owner

4ier commented Mar 12, 2026

Good catch — merged! Thanks for fixing the docs to match the actual implementation. 🙏

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