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')
def Args(parser): flags.AddRegionFlag(parser) flags.AddBuildArg(parser, intro='The build to describe.')