Skip to content

Commit

Permalink
fix: restore --raw option #3476
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Feb 20, 2018
1 parent 0d00936 commit 340011c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/binaries/Runtime4Docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ commander.version(pkg.version)
.option('--trace', 'enable transaction tracing with km')
.option('--v8', 'enable v8 data collecting')
.option('--format', 'output logs formated like key=val')
.option('--raw', 'raw output (default mode)')
.option('--formatted', 'formatted log output |id|app|log')
.option('--json', 'output logs in json format')
.option('--delay <seconds>', 'delay start of configuration file by <seconds>', 0)
Expand Down

0 comments on commit 340011c

Please sign in to comment.