From 1128450d0b52c09e78d64df5737b8a034b3e230c Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sun, 5 Nov 2023 11:23:08 +0100 Subject: Fixup in the --help message --- readme.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'readme.md') 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 + - Disable this 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. -- cgit v1.2.3