summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lab/cmd-opts.txt78
1 files changed, 0 insertions, 78 deletions
diff --git a/lab/cmd-opts.txt b/lab/cmd-opts.txt
deleted file mode 100644
index 3397d64..0000000
--- a/lab/cmd-opts.txt
+++ /dev/null
@@ -1,78 +0,0 @@
-coverage -e -x foo.py
-coverage run foo.py
-coverage run --timid foo.py
-coverage foo.py *
-
-
-global args:
-
- -h --help
- --rcfile string
- --version
-
-
-commands:
-
- annotate -a
- -d --output-directory 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 [report].ignore_errors
- --omit list of string [report].omit
- --red *
- --green *
- --style *
-
- 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 *
-
-
-Other config:
-
- [report].exclude_lines list of string
- [run].data_file string
-
-
-Option scopes:
-
- - Cmd line
- - coverage()
- - ini file
- - environment variable