click deprecated MultiCommand; the replacement is Group.
This commit is contained in:
parent
f725e01114
commit
90faa3d7a2
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ class Obj:
|
|||
session_filename: Optional[pathlib.Path] = None
|
||||
|
||||
|
||||
class MyCLI(click.MultiCommand):
|
||||
class MyCLI(click.Group):
|
||||
def make_context(
|
||||
self,
|
||||
info_name: Optional[str],
|
||||
|
|
|
|||
Loading…
Reference in a new issue