Skip to content

Fix CLI usage examples to match actual interface#21

Merged
monneyboi merged 1 commit intomainfrom
fix/cli-usage-examples-17
Mar 7, 2026
Merged

Fix CLI usage examples to match actual interface#21
monneyboi merged 1 commit intomainfrom
fix/cli-usage-examples-17

Conversation

@claude
Copy link

@claude claude bot commented Mar 7, 2026

Summary

  • Updated CLI examples in CLAUDE.md to include the required file arguments and -o output flags that the actual Click CLI expects

Closes #17

Test plan

  • Verified cli.py requires articles/graphs positional args and -o flag
  • Confirmed the README doesn't contain CLI examples (only CLAUDE.md does)
  • Updated examples match the actual CLI interface

🤖 Generated with Claude Code

The documented commands (`worldgraph extract`, `worldgraph match`) were
missing the required file arguments and -o flags, so they would fail
with missing argument errors. Updated to show the actual invocation.

Closes #17

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@monneyboi monneyboi closed this Mar 7, 2026
@monneyboi monneyboi reopened this Mar 7, 2026
@monneyboi monneyboi merged commit e0c2e19 into main Mar 7, 2026
1 of 2 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.

CLI usage examples in README don't match actual CLI interface

1 participant