This commit is contained in:
Anton-4 2023-09-11 17:41:39 +02:00
parent 38bd84d603
commit bd8e621091
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937

View file

@ -141,7 +141,7 @@ pub fn build_app() -> Command {
let build_target_values_parser =
PossibleValuesParser::new(Target::iter().map(Into::<&'static str>::into));
Command::new("roc")
.version(concatcp!(VERSION, "\n"))
.about("Run the given .roc file, if there are no compilation errors.\nYou can use one of the SUBCOMMANDS below to do something else!")