./loki
-D: required.
Usage: AStar search. [--help] [--version] --domain-filepath VAR [--problem-filepath VAR] [--out-domain-filepath VAR] [--out-problem-filepath VAR] [--strict] [--quiet] [--remove-typing]
Optional arguments:
-h, --help shows help message and exits
-v, --version prints version information and exits
-D, --domain-filepath The path to the PDDL domain file. [required]
-P, --problem-filepath The path to the PDDL problem file. [nargs=0..1] [default: ""]
-OD, --out-domain-filepath The path to the output PDDL domain file. [nargs=0..1] [default: ""]
-OP, --out-problem-filepath The path to the output PDDL problem file. [nargs=0..1] [default: ""]
-S, --strict Enable strict parsing mode.
-Q, --quiet Disable quiet mode.
-T, --remove-typing Enable removal of typing.
The current CLI interface is
I see the following possible improvements:
--out-domainor--out-problemare given. Passing "-" prints to stdout.