Skip to content

Commit 70133cc

Browse files
committed
cli: Make --progress-fd hide=true for now
We're still debating some of the interface/semantics here so let's mark this as hidden. Signed-off-by: Colin Walters <[email protected]>
1 parent 38e59c5 commit 70133cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub(crate) struct ProgressOptions {
3737
///
3838
/// Interactive progress will be written to this file descriptor as "JSON lines"
3939
/// format, where each value is separated by a newline.
40-
#[clap(long)]
40+
#[clap(long, hide = true)]
4141
pub(crate) progress_fd: Option<RawProgressFd>,
4242
}
4343

0 commit comments

Comments
 (0)