mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
parsing escaped strings from command line fixed
This commit is contained in:
@@ -104,7 +104,10 @@ helpMsg = unlines [
|
||||
" -make batch-compile files",
|
||||
" -noemit do not emit code when compiling",
|
||||
" -v be verbose when compiling",
|
||||
"Also all flags for import (i) are interpreted; see 'help i'."
|
||||
"Also all flags for import (i) are interpreted; see 'help import'.",
|
||||
"An example combination of flags is",
|
||||
" gf -batch -nocpu -s",
|
||||
"which suppresses all messages except the output and fatal errors."
|
||||
]
|
||||
|
||||
welcomeMsg =
|
||||
|
||||
Reference in New Issue
Block a user