Default roc test to main.roc

This commit is contained in:
Richard Feldman 2022-07-18 20:37:11 -04:00
parent 593271e67e
commit ca4baf7131
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -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())
)