Skip to content

feat(help): add docs URL to root and run after_help#1

Open
kalvinrv wants to merge 1 commit intomainfrom
kalvin/feat/help-docs-link-v2
Open

feat(help): add docs URL to root and run after_help#1
kalvinrv wants to merge 1 commit intomainfrom
kalvin/feat/help-docs-link-v2

Conversation

@kalvinrv
Copy link
Copy Markdown
Contributor

Summary

runcomfy --help and runcomfy run --help end with a DOCS: line so users can find the full reference without guessing.

DOCS:
  https://docs.runcomfy.com/cli/introduction
DOCS:
  https://docs.runcomfy.com/cli/commands#run

Source-only change in src/cli.rs, +6 lines, no behavior change.

Test plan

  • cargo build --release clean
  • runcomfy --help | tail -3 → shows DOCS root link
  • runcomfy run --help | tail -3 → shows DOCS run link
  • (post-merge) Bump to v0.1.2 and verify on the released binary

🤖 Generated with Claude Code

`runcomfy --help` now ends with:
  DOCS:
    https://docs.runcomfy.com/cli/introduction

`runcomfy run --help` ends with:
  DOCS:
    https://docs.runcomfy.com/cli/commands#run

So users hitting --help can find the full reference without guessing.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant