aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/readme.md b/readme.md
index b125676..d18b371 100644
--- a/readme.md
+++ b/readme.md
@@ -9,13 +9,15 @@ a grammar to represent each instruction.
## Command line
- qsp_parser.exe input_file
- --version Display the version of the application and exit
- --level Message level [debug, warn, error]
- --global Each line is refered from the begining of the file and not the
- location
- -help Display this list of options
- --help Display this list of options
+ qsp_parser.exe input_file
+ --version Display the version of the application and exit
+ --list-tests Print all the available tests then exit
+ --level Filter with this message level [debug, warn, error]
+ --global Each line is refered from the begining of the file and not the location
+ -<test> Disable this test
+ +<test> Enable this test
+ -help Display this list of options
+ --help Display this list of options Display this list of options
You can run the application by giving in argument the file to analyze: the
@@ -70,7 +72,7 @@ can easily spot when a string value is used instead of a numeric.
By analysing the branchs, the application can spot the block where no `gt`
instructions are given, which can lead to dead end in the code.
-### Nested string
+### Escaped string
The application will report text strings containing only one expression with a
`debug` message.