mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Merge remote-tracking branch 'origin/main' into pluggable-glue
This commit is contained in:
commit
8d5f443fcd
323 changed files with 11282 additions and 17933 deletions
|
@ -336,6 +336,7 @@ pub fn build_app<'a>() -> Command<'a> {
|
|||
Arg::new(DIRECTORY_OR_FILES)
|
||||
.multiple_values(true)
|
||||
.required(false)
|
||||
.allow_invalid_utf8(true)
|
||||
.help("(optional) The directory or files to open on launch"),
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue