MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / HelpCommand

Class HelpCommand

misc/python/materialize/cli/mzcompose.py:296–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296class HelpCommand(Command):
297 name = "help"
298 help = "show this command"
299 add_help = False
300 allow_unknown_arguments = True
301
302 def run(self, args: argparse.Namespace) -> None:
303 self.root_parser.print_help()
304
305
306class GenShortcutsCommand(Command):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected