mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
ufbt: added ARGS to commandline parser (#3770)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user