ufbt: added ARGS to commandline parser (#3770)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger 2024-07-10 19:28:22 +03:00 committed by GitHub
parent 3d7cd57371
commit d879b254d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,6 +93,11 @@ vars.AddVariables(
help="Enable strict import check for .faps",
default=True,
),
(
"ARGS",
"Extra arguments to pass to certain scripts supporting it",
"",
),
)
Return("vars")