You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Let make_rst.py be forward compatible with 4.0's
(cherry picked from commit 373e545f55)
This commit is contained in:
committed by
Rémi Verschelde
parent
1a2bf3eb44
commit
d088cfba10
@@ -345,6 +345,11 @@ def main(): # type: () -> None
|
||||
parser.add_argument("path", nargs="+", help="A path to an XML file or a directory containing XML files to parse.")
|
||||
parser.add_argument("--filter", default="", help="The filepath pattern for XML files to filter.")
|
||||
parser.add_argument("--lang", "-l", default="en", help="Language to use for section headings.")
|
||||
parser.add_argument(
|
||||
"--color",
|
||||
action="store_true",
|
||||
help="Ignored. Supported for forward compatibility.",
|
||||
)
|
||||
group = parser.add_mutually_exclusive_group()
|
||||
group.add_argument("--output", "-o", default=".", help="The directory to save output .rst files in.")
|
||||
group.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user