mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Default roc test
to main.roc
This commit is contained in:
parent
593271e67e
commit
ca4baf7131
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ pub fn build_app<'a>() -> Command<'a> {
|
|||
Arg::new(ROC_FILE)
|
||||
.help("The .roc file for the root module")
|
||||
.allow_invalid_utf8(true)
|
||||
.required(true),
|
||||
.required(false)
|
||||
.default_value(DEFAULT_ROC_FILENAME)
|
||||
)
|
||||
.arg(args_for_app.clone())
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue