Exemplo n.º 1
0
 def Args(parser):
     flags.GetProjectIdArgument('remove from the host project').AddToParser(
         parser)
     flags.GetHostProjectFlag(
         'remove the associated project from').AddToParser(parser)
Exemplo n.º 2
0
 def Args(parser):
     flags.GetProjectIdArgument('add to the host project').AddToParser(
         parser)
     flags.GetHostProjectFlag('add an associated project to').AddToParser(
         parser)