Exemplo n.º 1
0
 def Args(parser):
     """Register flags for this command."""
     concept_parsers.ConceptParser([flags.CreateTaxonomyResourceArg()
                                    ]).AddToParser(parser)
     flags.AddDisplayNameFlag(parser, 'annotation')
     flags.AddDescriptionFlag(parser, 'annotation', required=False)
     flags.AddParentAnnotationFlag(parser)
Exemplo n.º 2
0
 def Args(parser):
     """Register flags for this command."""
     flags.AddDisplayNameFlag(parser, 'taxonomy')
     flags.AddDescriptionFlag(parser, 'taxonomy', required=False)