diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-09 22:11:00 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-09 22:11:00 -0500 |
commit | dad2e11e30da32a7c6014fe0d5c6fb398e1830f4 (patch) | |
tree | 9d5592db5bdd5fa951e815b7e1b1d7577022dcc1 /lab | |
parent | 7b007731157ebbab426b9ad766c9eae95f201e81 (diff) | |
download | python-coveragepy-dad2e11e30da32a7c6014fe0d5c6fb398e1830f4.tar.gz |
Tidy up the command line notes.
Diffstat (limited to 'lab')
-rw-r--r-- | lab/cmd-opts.txt | 50 |
1 files changed, 34 insertions, 16 deletions
diff --git a/lab/cmd-opts.txt b/lab/cmd-opts.txt index 5b74991..de35ecd 100644 --- a/lab/cmd-opts.txt +++ b/lab/cmd-opts.txt @@ -4,29 +4,27 @@ coverage run --timid foo.py coverage foo.py -commands: +global args: - run -x - --timid bool - -p --parallel bool - -L --stdlib bool - --branch bool - -a --append bool + -h --help + --rcfile string - erase -e - combine -c - - report -r - -m --missing bool - -i --ignore-errors bool - --omit list of string +commands: annotate -a -d --output-directory string -i --ignore-errors bool --omit list of string + combine -c + + debug + + erase -e + + help + html -b -d --output-directory string -i --ignore-errors bool @@ -35,12 +33,32 @@ commands: --green * --style * - help + report -r + -m --missing bool + -i --ignore-errors bool + --omit list of string + + run -x + -a --append bool + --branch bool [run].branch + -L --pylib bool [run].cover_pylib + -p --parallel bool + --timid bool [run].timid + + xml + -i --ignore-errors bool + --omit list of string + -o string + + byteprep * - xml * +Other config: + + [report].exclude list of string + [run].data_file string Option scopes: |