Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ EXIT CODES:
69 upstream service error 5xx (EX_UNAVAILABLE)
75 retryable transient error: timeout / 429 (EX_TEMPFAIL)
77 authentication error 401 / 403 (EX_NOPERM)

DOCS:
https://docs.runcomfy.com/cli/introduction
";

const RUN_AFTER_HELP: &str = "\
Expand All @@ -65,6 +68,9 @@ EXAMPLES:
# Save outputs into a specific directory
runcomfy run openai/gpt-image-2/text-to-image \\
--input '{\"prompt\":\"...\"}' --output-dir ./out

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

/// `runcomfy --version` output, including the git sha and commit date
Expand Down