diff --git a/crates/uv/src/main.rs b/crates/uv/src/main.rs index c119912a4c46..35f437272981 100644 --- a/crates/uv/src/main.rs +++ b/crates/uv/src/main.rs @@ -469,11 +469,11 @@ struct PipCompileArgs { no_emit_package: Vec, /// Include `--index-url` and `--extra-index-url` entries in the generated output file. - #[clap(long, hide = true)] + #[clap(long)] emit_index_url: bool, /// Include `--find-links` entries in the generated output file. - #[clap(long, hide = true)] + #[clap(long)] emit_find_links: bool, /// Choose the style of the annotation comments, which indicate the source of each package.