def Args(parser):
        """Add arguments to the parser.

    Args:
      parser: argparse.ArgumentParser, This is a standard argparser parser with
        which you can register arguments.  See the public argparse documentation
        for its capabilities.
    """
        flags.AddZoneAndRegionFlags(parser)
Beispiel #2
0
    def Args(parser):
        """Add arguments to the parser.

    Args:
      parser: argparse.ArgumentParser, This is a standard argparser parser with
        which you can register arguments.  See the public argparse documentation
        for its capabilities.
    """
        flags.AddZoneAndRegionFlags(parser, region_hidden=True)
        parser.display_info.AddTransforms(transforms.GetTransforms())