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 f92128b commit dbe5153Copy full SHA for dbe5153
rewatch/src/cli.rs
@@ -22,7 +22,9 @@ pub enum FileExtension {
22
#[derive(Parser, Debug)]
23
#[command(version)]
24
#[command(args_conflicts_with_subcommands = true)]
25
-#[command(after_help = "NOTE: If no subcommand is provided, `build` is run by default.")]
+#[command(
26
+ after_help = "[1m[1m[4mNote:[0m If no command is provided, the [1mbuild[0m command is run by default. See `rescript help build` for more information."
27
+)]
28
pub struct Cli {
29
/// Verbosity:
30
/// -v -> Debug
0 commit comments