We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1268640 commit 8f2970bCopy full SHA for 8f2970b
rewatch/src/cli.rs
@@ -200,7 +200,7 @@ pub enum Command {
200
stdin: Option<FileExtension>,
201
202
/// Files to format.
203
- #[arg(group = "format_input_mode")]
+ #[arg(group = "format_input_mode", required_unless_present_any = ["format_input_mode"])]
204
files: Vec<String>,
205
},
206
/// Alias to `legacy dump`.
0 commit comments