Exemplo n.º 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')
Exemplo n.º 2
0
 def Args(parser):
     flags.AddBuildArg(parser,
                       intro='The build whose logs shall be streamed.')
Exemplo n.º 3
0
 def Args(parser):
     flags.AddBuildArg(parser, intro='The build to describe.')
Exemplo n.º 4
0
 def Args(parser):
   flags.AddBuildArg(parser, intro='The build to cancel.')