mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
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:
parent
258e46e954
commit
e05a04cb55
2 changed files with 3 additions and 3 deletions
|
|
@ -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=]
|
||||
|
|
|
|||
|
|
@ -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=]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue