Skip to content

Commit

Permalink
modify meaning of --raw-runner-output
Browse files Browse the repository at this point in the history
print messages live when this option is enabled
  • Loading branch information
LegenJCdary committed Jan 3, 2023
1 parent ac34348 commit d32be3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def parse_options(argv):
parser.add_argument("--version", "-v", default=False, action="store_true", help='Display'
'app version and exit.')
parser.add_argument("--raw-runner-output", default=False, action="store_true", help='Print'
' original messages during runner execution instead of formatted ones.')
' original messages in real time during runner execution.')
parser.add_argument("--self-setup", nargs=1, default=[None], metavar="LOCAL_SETUP_PATH",
help='Setup repo outside of workdir in requested path. This option applies'
' only to infrastructures with allow_user_checkout enabled in infra'
Expand Down

0 comments on commit d32be3a

Please # to comment.