From e05a04cb550cac76b85da1464d48b8faa145446c Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Wed, 6 May 2026 08:29:53 -0400 Subject: [PATCH] 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) --- lib/crates/fabro-cli/tests/it/cmd/install.rs | 2 +- lib/crates/fabro-cli/tests/it/cmd/sandbox_cp.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/crates/fabro-cli/tests/it/cmd/install.rs b/lib/crates/fabro-cli/tests/it/cmd/install.rs index a6f473e86..b4b3fcb1d 100644 --- a/lib/crates/fabro-cli/tests/it/cmd/install.rs +++ b/lib/crates/fabro-cli/tests/it/cmd/install.rs @@ -55,7 +55,7 @@ fn github_help() { --json Output as JSON [env: FABRO_JSON=] --strategy GitHub authentication strategy (requires --non-interactive) [possible values: token, app] --debug Enable DEBUG-level logging (default is INFO) [env: FABRO_DEBUG=] - --owner GitHub App owner: 'personal' or 'org:' (app only, requires --non-interactive) + --owner GitHub App owner: `personal` or `org:` (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=] diff --git a/lib/crates/fabro-cli/tests/it/cmd/sandbox_cp.rs b/lib/crates/fabro-cli/tests/it/cmd/sandbox_cp.rs index e3d45056d..174b01375 100644 --- a/lib/crates/fabro-cli/tests/it/cmd/sandbox_cp.rs +++ b/lib/crates/fabro-cli/tests/it/cmd/sandbox_cp.rs @@ -21,8 +21,8 @@ fn help() { Usage: fabro sandbox cp [OPTIONS] Arguments: - Source: : or local path - Destination: : or local path + Source: `:` or local path + Destination: `:` or local path Options: --json Output as JSON [env: FABRO_JSON=]