예제 #1
0
파일: log.py 프로젝트: barber223/AudioApp
 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')
예제 #2
0
 def Args(parser):
     flags.AddBuildArg(parser,
                       intro='The build whose logs shall be streamed.')
예제 #3
0
 def Args(parser):
     flags.AddBuildArg(parser, intro='The build to describe.')
예제 #4
0
 def Args(parser):
   flags.AddBuildArg(parser, intro='The build to cancel.')