diff options
Diffstat (limited to 'lab/cmd-opts.txt')
| -rw-r--r-- | lab/cmd-opts.txt | 83 |
1 files changed, 55 insertions, 28 deletions
diff --git a/lab/cmd-opts.txt b/lab/cmd-opts.txt index 87fd1e2..3397d64 100644 --- a/lab/cmd-opts.txt +++ b/lab/cmd-opts.txt @@ -1,48 +1,75 @@ coverage -e -x foo.py coverage run foo.py coverage run --timid foo.py -coverage 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 + --version + + +commands: - erase -e - - combine -c - - report -r - -m --missing bool - -i --ignore-errors bool - --omit list of string - annotate -a -d --output-directory string - -i --ignore-errors bool - --omit list of string - + -i --ignore-errors bool [report].ignore_errors + --omit list of string [report].omit + + combine -c + + debug + + erase -e + + help + html -b -d --output-directory string - -i --ignore-errors bool - --omit list of string + -i --ignore-errors bool [report].ignore_errors + --omit list of string [report].omit --red * --green * --style * - help + report -r + -m --missing bool + -i --ignore-errors bool [report].ignore_errors + --omit list of string [report].omit + + run -x + -a --append bool + --branch bool [run].branch + -L --pylib bool [run].cover_pylib + -p --parallel bool + --timid bool [run].timid + + + --include=directory * [run].include + --include=filename * + --include=module * + --exclude=directory * [run].exclude + + + + xml + -i --ignore-errors bool [report].ignore_errors + --omit list of string [report].omit + -o string + + byteprep * - - xml * - - - + + +Other config: + + [report].exclude_lines list of string + [run].data_file string + + Option scopes: - Cmd line |
