Skip to content
Snippets Groups Projects
Commit d083dea1 authored by Vincent Stehle's avatar Vincent Stehle
Browse files

README.md: add comments example command


Give an example command, to quickly see the help comments added by some
rules to help debugging.

Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
parent 7ea00bcb
No related branches found
No related tags found
1 merge request!5Changes to parser, config and doc
......@@ -272,6 +272,14 @@ ones:
Some of the rules just add a `comments` field with some help text.
Example command to see those comments:
``` {.sh}
$ ./parser.py \
--filter "x['result'] == 'FAILURE'" \
--fields 'count,result,name,comments' --uniq --print ...
```
### Database of sequence files
The `seq.db` file contains a list of known sequence files, which allows to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment