mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
add metavar LINENO
for --embed option
This commit is contained in:
@ -117,7 +117,7 @@ def parse_cli():
|
||||
"the rendering at the second value",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-e", "--embed",
|
||||
"-e", "--embed", metavar="LINENO",
|
||||
help="Takes a line number as an argument, and results"
|
||||
"in the scene being called as if the line `self.embed()`"
|
||||
"was inserted into the scene code at that line number."
|
||||
|
Reference in New Issue
Block a user