Skip to content

Commit dbe5153

Browse files
committed
Text + Formatting
1 parent f92128b commit dbe5153

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rewatch/src/cli.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ pub enum FileExtension {
2222
#[derive(Parser, Debug)]
2323
#[command(version)]
2424
#[command(args_conflicts_with_subcommands = true)]
25-
#[command(after_help = "NOTE: If no subcommand is provided, `build` is run by default.")]
25+
#[command(
26+
after_help = "Note: If no command is provided, the build command is run by default. See `rescript help build` for more information."
27+
)]
2628
pub struct Cli {
2729
/// Verbosity:
2830
/// -v -> Debug

0 commit comments

Comments
 (0)