test(cli): refresh help-text snapshots for backtick-wrapped placeholders

Commit 258e46e95 wrapped angle-bracket placeholders in backticks
without updating the inline snapshots, breaking CI on main.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-05-06 08:29:53 -04:00
parent 258e46e954
commit e05a04cb55
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ fn github_help() {
--json Output as JSON [env: FABRO_JSON=]
--strategy <STRATEGY> GitHub authentication strategy (requires --non-interactive) [possible values: token, app]
--debug Enable DEBUG-level logging (default is INFO) [env: FABRO_DEBUG=]
--owner <OWNER> GitHub App owner: 'personal' or 'org:<slug>' (app only, requires --non-interactive)
--owner <OWNER> GitHub App owner: `personal` or `org:<slug>` (app only, requires --non-interactive)
--no-upgrade-check Disable automatic upgrade check [env: FABRO_NO_UPGRADE_CHECK=true]
--non-interactive Run install without prompts; use hidden scripted flags for inputs
--quiet Suppress non-essential output [env: FABRO_QUIET=]

View file

@ -21,8 +21,8 @@ fn help() {
Usage: fabro sandbox cp [OPTIONS] <SRC> <DST>
Arguments:
<SRC> Source: <run-id>:<path> or local path
<DST> Destination: <run-id>:<path> or local path
<SRC> Source: `<run-id>:<path>` or local path
<DST> Destination: `<run-id>:<path>` or local path
Options:
--json Output as JSON [env: FABRO_JSON=]