Fix misaligned triple-quote blocks
This commit is contained in:
@@ -13,22 +13,16 @@ def main():
|
||||
parser.add_argument(
|
||||
'--open',
|
||||
action='store_true',
|
||||
help='''
|
||||
Open the generated project in a file explorer
|
||||
''',
|
||||
help='Open the generated project in a file explorer',
|
||||
)
|
||||
parser.add_argument(
|
||||
'PROJECT',
|
||||
help='''
|
||||
Python path to a project object. E.g. test.test_0_basic.basic_project
|
||||
''',
|
||||
help='Python path to a project object. E.g. test.test_0_basic.basic_project',
|
||||
)
|
||||
parser.add_argument(
|
||||
'OUTPUT',
|
||||
nargs='?',
|
||||
help='''
|
||||
Path to output dir. If no dir is passed, a tempdir will be generated.
|
||||
''',
|
||||
help='Path to output dir. If no dir is passed, a tempdir will be generated.',
|
||||
)
|
||||
options = parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user