mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +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",
|
||||
default=True,
|
||||
),
|
||||
(
|
||||
"ARGS",
|
||||
"Extra arguments to pass to certain scripts supporting it",
|
||||
"",
|
||||
),
|
||||
)
|
||||
|
||||
Return("vars")
|
||||
|
||||
Reference in New Issue
Block a user