Added more detail to the command-line interface documentation.
This commit is contained in:
parent
f5d342a442
commit
d03638919a
@ -49,11 +49,13 @@ $ plasp [files] [options]
|
|||||||
```
|
```
|
||||||
|
|
||||||
`plasp` automatically detects the language of the input program.
|
`plasp` automatically detects the language of the input program.
|
||||||
|
|
||||||
See [command-line interface](doc/command-line-interface.md) for more detail.
|
See [command-line interface](doc/command-line-interface.md) for more detail.
|
||||||
|
|
||||||
## Output Format
|
## Output Format
|
||||||
|
|
||||||
`plasp` provides a uniform output format for SAS and PDDL input problems.
|
`plasp` provides a uniform output format for SAS and PDDL input problems.
|
||||||
|
|
||||||
See [output format](doc/output-format.md) for more detail.
|
See [output format](doc/output-format.md) for more detail.
|
||||||
|
|
||||||
If you want to write your own meta encoding for `plasp`’s output, this [simple example encoding](encodings/sequential-incremental.lp) gets you started.
|
If you want to write your own meta encoding for `plasp`’s output, this [simple example encoding](encodings/sequential-incremental.lp) gets you started.
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
$ plasp [files] [options]
|
$ plasp [files] [options]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
`plasp` automatically detects the language of the input files.
|
||||||
|
Multiple files may be provided in an arbitrary order.
|
||||||
|
|
||||||
`[files]` may be omitted, in which case the input is read from `std::cin`.
|
`[files]` may be omitted, in which case the input is read from `std::cin`.
|
||||||
The `[options]` are listed below:
|
The `[options]` are listed below:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user