| | @@ -44,15 +44,14 @@ |
| 44 | 44 | # -v, --verbose |
| 45 | 45 | # -q, --quiet |
| 46 | 46 | # --state (conversion status, ala config.cache) |
| 47 | 47 | # --trunk-only |
| 48 | 48 | # --exclude, --force-tag, --force-branch |
| 49 | + # --batch |
| 49 | 50 | |
| 50 | 51 | # -o, --output |
| 51 | 52 | # --dry-run |
| 52 | | - # --force-branch RE |
| 53 | | - # --force-tag RE |
| 54 | 53 | # --symbol-transform RE:XX |
| 55 | 54 | |
| 56 | 55 | # # ## ### ##### ######## ############# |
| 57 | 56 | ## Public API, Methods |
| 58 | 57 | |
| | @@ -77,10 +76,11 @@ |
| 77 | 76 | --state { state use [Value arguments] } |
| 78 | 77 | --trunk-only { repository trunkonly! } |
| 79 | 78 | --exclude { project::sym exclude [Value arguments] } |
| 80 | 79 | --force-tag { project::sym forcetag [Value arguments] } |
| 81 | 80 | --force-branch { project::sym forcebranch [Value arguments] } |
| 81 | + --batch { log noprogress } |
| 82 | 82 | default { |
| 83 | 83 | Usage $badoption$option\n$gethelp |
| 84 | 84 | } |
| 85 | 85 | } |
| 86 | 86 | } |
| | @@ -105,10 +105,12 @@ |
| 105 | 105 | trouble info " -h, --help Print this message and exit with success" |
| 106 | 106 | trouble info " --help-passes Print list of passes and exit with success" |
| 107 | 107 | trouble info " --version Print version number of $argv0" |
| 108 | 108 | trouble info " -v, --verbose Increase application's verbosity" |
| 109 | 109 | trouble info " -q, --quiet Decrease application's verbosity" |
| 110 | + trouble info " --batch Disable the progress feedback standard to" |
| 111 | + trouble info " interactive use." |
| 110 | 112 | trouble info "" |
| 111 | 113 | trouble info " Conversion control options" |
| 112 | 114 | trouble info "" |
| 113 | 115 | trouble info " -p, --pass PASS Run only the specified conversion pass" |
| 114 | 116 | trouble info " -p, --passes ?START?:?END? Run only the passes START through END," |
| 115 | 117 | |