click deprecated MultiCommand; the replacement is Group.

This commit is contained in:
Jeff Epler 2024-05-08 09:01:55 -05:00
parent f725e01114
commit 90faa3d7a2

View file

@ -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],