Fix: Invalid RST bpy.utils.register_cli_command formatting
Titles can't be used because this text is indented. Ref: !119320
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"""
|
||||
Using Python Argument Parsing
|
||||
-----------------------------
|
||||
**Using Python Argument Parsing**
|
||||
|
||||
This example shows how the Python ``argparse`` module can be used with a custom command.
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"""
|
||||
Custom Commands
|
||||
---------------
|
||||
**Custom Commands**
|
||||
|
||||
Registering commands makes it possible to conveniently expose command line
|
||||
functionality via commands passed to (``-c`` / ``--command``).
|
||||
|
||||
Reference in New Issue
Block a user