3
0
Fork 0

Add Subcommand.make_arg_parser() method

split that out for clarity
This commit is contained in:
Lance Edgar 2023-11-21 20:48:44 -06:00
parent 4641e24afd
commit ed6a5db452
3 changed files with 30 additions and 5 deletions

View file

@ -17,6 +17,7 @@ release = '0.1'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx.ext.todo',
]