diff options
| author | aarne <unknown> | 2005-04-01 20:24:24 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-04-01 20:24:24 +0000 |
| commit | 3f91f61735ed8741d9601c8e2349336a7deb61a7 (patch) | |
| tree | 3634ec9728fdf2559ca546b71e9f31e97fe88461 /src/GF/Shell/ShellCommands.hs | |
| parent | 75c08d7abfbfd533a33d772c650036178c887149 (diff) | |
mapStr ; appPredefined in err monad
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index 06cfbf57a..a46d943c4 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/18 10:17:10 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.26 $ +-- > CVS $Date: 2005/04/01 21:24:25 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.27 $ -- -- The datatype of shell commands and the list of their options. ----------------------------------------------------------------------------- @@ -132,6 +132,7 @@ testValidFlag st co f x = case f of "filter" -> testInc customStringCommand "length" -> testN "optimize"-> testIn $ words "parametrize values all share none" + "conversion" -> testIn $ words "strict nondet" _ -> return () where testInc ci = |
