mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-30 00:10:30 +00:00
ufbt: added ARGS to commandline parser (#3770)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
3d7cd57371
commit
d879b254d6
1 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,11 @@ vars.AddVariables(
|
||||||
help="Enable strict import check for .faps",
|
help="Enable strict import check for .faps",
|
||||||
default=True,
|
default=True,
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
"ARGS",
|
||||||
|
"Extra arguments to pass to certain scripts supporting it",
|
||||||
|
"",
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
Return("vars")
|
Return("vars")
|
||||||
|
|
Loading…
Reference in a new issue