1.9.0
Add selection of tests from the command line.
Usage: test [spec ...]
where spec can be:
- empty or "*": all tests, except excluded tests.
- "text": select tests that contain text (case sensitive).
- "!text": omit tests that contain text (case sensitive).
Omission of tests takes precedence over inclusion of tests.