mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
Better help.
This commit is contained in:
@@ -104,7 +104,8 @@ pCommand ws = case ws of
|
||||
"pm" : [] -> aUnit CPrintMultiGrammar
|
||||
"po" : [] -> aUnit CPrintGlobalOptions
|
||||
"pl" : [] -> aUnit CPrintLanguages
|
||||
"h" : [] -> aUnit CHelp
|
||||
"h" : c : [] -> aUnit $ CHelp (Just (abbrevCommand c))
|
||||
"h" : [] -> aUnit $ CHelp Nothing
|
||||
|
||||
"q" : [] -> aImpure ICQuit
|
||||
"eh" : f : [] -> aImpure (ICExecuteHistory f)
|
||||
|
||||
Reference in New Issue
Block a user