fix clap error

339884894
This commit is contained in:
Anton-4 2023-03-12 15:50:59 +01:00
parent 24c7bded35
commit 4737a5c01e
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
3 changed files with 46 additions and 20 deletions

View file

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