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