Ejemplo n.º 1
0
    def Args(parser):
        """Args is called by calliope to gather arguments for this command.

    Args:
      parser: An argparse parser that you can use to add arguments that go
          on the command line after this command. Positional arguments are
          allowed.
    """
        flags.AddAsyncFlag(parser)
        composite_types.AddCompositeTypeNameFlag(parser)
Ejemplo n.º 2
0
    def Args(parser):
        """Args is called by calliope to gather arguments for this command.

    Args:
      parser: An argparse parser that you can use to add arguments that go
          on the command line after this command. Positional arguments are
          allowed.
    """
        flags.AddAsyncFlag(parser)
        composite_types.AddCompositeTypeNameFlag(parser)
        composite_types.AddDescriptionFlag(parser)
        composite_types.AddStatusFlag(parser)
        labels_util.AddUpdateLabelsFlags(parser, enable_clear=False)