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:
nutti 2024-03-11 20:32:23 +09:00 committed by Campbell Barton
parent f347706ecd
commit dad9248897
2 changed files with 2 additions and 4 deletions

View File

@ -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.

View File

@ -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``).