1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

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

View File

@@ -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")