Skip to content

Commit 3c0291a

Browse files
committed
hide the resolve subcommand since it's not intended to be used by end users yet
1 parent 041d71e commit 3c0291a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub enum ConfigSubCommand {
121121
#[clap(short = 'f', long, help = "The output format to use")]
122122
format: Option<OutputFormat>,
123123
},
124-
#[clap(name = "resolve", about = "Resolve the current configuration")]
124+
#[clap(name = "resolve", about = "Resolve the current configuration", hide = true)]
125125
Resolve {
126126
#[clap(short = 'd', long, help = "The document to pass to the configuration or resource", conflicts_with = "path")]
127127
document: Option<String>,

0 commit comments

Comments
 (0)