patrick
/
plasp
Archived
1
0
Fork 0

Making command-line options in change log more specific.

This commit is contained in:
Patrick Lühne 2017-10-14 01:49:36 +02:00
parent 5ec4dd2aaf
commit cb61f7cc5e
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@ Changes:
Features:
* extended PDDL parser support (`imply`, `exists`, `forall`, `when`, and `=` expressions)
* new command-line option `--log-level` to control which status messages should be shown
* new command-line option `--warnings-as-errors` to abort program execution upon warnings (replaces `--warning-level`)
* compatibility mode for parser, which supports more legacy domains
* new command-line option `--parsing-mode` to specify whether to apply strict or compatibility parsing rules
* new output option `--log-level` to control which status messages should be shown
* new basic option `--warnings-as-errors` to abort program execution upon warnings (replaces `--warning-level`)
* adds compatibility mode for parser, which supports more legacy domains
* new parser option `--parsing-mode` to specify whether to apply strict or compatibility parsing rules
Internal: