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

Function add_image_subcommand

misc/python/materialize/cli/mzimage.py:81–86  ·  view source on GitHub ↗
(name: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

79 return subparser
80
81 def add_image_subcommand(name: str, **kwargs: Any) -> argparse.ArgumentParser:
82 subparser = add_subcommand(name, **kwargs)
83 subparser.add_argument(
84 "image", help="the name of an mzbuild image in this repository"
85 )
86 return subparser
87
88 add_subcommand(
89 "list",

Callers 1

_parse_argsFunction · 0.85

Calls 1

add_subcommandFunction · 0.85

Tested by

no test coverage detected