def Args(parser):
   """Adds command-specific args."""
   flags.AddContactIdArg(parser)
   flags.AddNotificationCategoriesArg(
       parser, contacts.GetContactNotificationCategoryEnum())
   flags.AddLanugageArg(parser)
   flags.AddParentArgs(parser)
Ejemplo n.º 2
0
 def Args(parser):
     """Adds command-specific args."""
     flags.AddContactIdArg(parser, help_text='id of contact to delete.')
     flags.AddParentArgs(parser)