summaryrefslogtreecommitdiff
path: root/src/GF/Shell/ShellCommands.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-03-02 17:19:36 +0000
committeraarne <aarne@cs.chalmers.se>2006-03-02 17:19:36 +0000
commit32508e37b37a0baad884e6aaa518071b62e1e6d8 (patch)
tree9400875b1959d136da85bfb66de693ca18f66d70 /src/GF/Shell/ShellCommands.hs
parent35aac815db52ecdb6fd12e61139d3a74545cac6d (diff)
treebanks in shell state: i -treebank and lt
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
-rw-r--r--src/GF/Shell/ShellCommands.hs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs
index 1351e8784..bf27016a5 100644
--- a/src/GF/Shell/ShellCommands.hs
+++ b/src/GF/Shell/ShellCommands.hs
@@ -57,6 +57,8 @@ data Command =
| CComputeConcrete String
| CShowOpers String
+ | CLookupTreebank
+
| CTranslationQuiz Language Language
| CTranslationList Language Language
| CMorphoQuiz
@@ -169,8 +171,9 @@ optionsOfCommand co = case co of
CSetFlag -> both "utf8 table struct record all multi"
"cat lang lexer parser number depth rawtrees unlexer optimize path conversion printer"
- CImport _ -> both "old v s src gfc retain nocf nocheckcirc cflexer noemit o make ex prob"
- "abs cnc res path optimize conversion cat preproc probs noparse"
+ CImport _ ->
+ both "old v s src gfc retain nocf nocheckcirc cflexer noemit o make ex prob treebank"
+ "abs cnc res path optimize conversion cat preproc probs noparse"
CRemoveLanguage _ -> none
CEmptyState -> none
CStripState -> none