示例#1
0
 def Args(parser):
   flags.AddBuildArg(parser, intro='The build whose logs shall be printed.')
   parser.add_argument(
       '--stream',
       help=('If a build is ongoing, stream the logs to stdout until '
             'the build completes.'),
       action='store_true')
示例#2
0
 def Args(parser):
     flags.AddRegionFlag(parser)
     flags.AddBuildArg(parser, intro='The build to describe.')