Exemple #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 '
             'termination.'),
       action='store_true')
 def Args(parser):
     flags.AddBuildArg(parser,
                       intro='The build whose logs shall be streamed.')
 def Args(parser):
     flags.AddBuildArg(parser, intro='The build to describe.')
Exemple #4
0
 def Args(parser):
   flags.AddBuildArg(parser, intro='The build to cancel.')