mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 17:38:54 -06:00
Fix note in README about default command
This commit is contained in:
@@ -79,11 +79,12 @@ clean
|
|||||||
|
|
||||||
- `CMDS` is one or more of:
|
- `CMDS` is one or more of:
|
||||||
`prelude`,
|
`prelude`,
|
||||||
`all` (default),
|
`all`,
|
||||||
`lang`,
|
`lang`,
|
||||||
`api`,
|
`api`,
|
||||||
`compat`,
|
`compat`,
|
||||||
or an explicit module name (e.g. `ExtraEng.gf`. You don't need to specify to language subdirectory, but there is a restriction that the module must exist in a **direct** subdirectory of `src`).
|
or an explicit module name (e.g. `ExtraEng.gf`. You don't need to specify to language subdirectory, but there is a restriction that the module must exist in a **direct** subdirectory of `src`).
|
||||||
|
If ommitted, the default command is `prelude all`.
|
||||||
- `MODE` is one of:
|
- `MODE` is one of:
|
||||||
`present`,
|
`present`,
|
||||||
`alltenses`
|
`alltenses`
|
||||||
|
|||||||
Reference in New Issue
Block a user