Merge remote-tracking branch 'origin/main' into pluggable-glue

This commit is contained in:
Brendan Hansknecht 2023-03-21 11:07:47 -07:00
commit 8d5f443fcd
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
323 changed files with 11282 additions and 17933 deletions

View file

@ -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"),
),
)