mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
fmt
This commit is contained in:
parent
38bd84d603
commit
bd8e621091
1 changed files with 1 additions and 1 deletions
|
@ -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!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue