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=]