summaryrefslogtreecommitdiff
path: root/src/GF/Infra
diff options
context:
space:
mode:
authoraarne <unknown>2005-10-06 09:02:33 +0000
committeraarne <unknown>2005-10-06 09:02:33 +0000
commitc2aeb9ae16c344c354194ec2efac773bbb7ce5d1 (patch)
treedbb71f76a6130352025a799e08fedc14bd94af14 /src/GF/Infra
parenta78acc722ec26be2be20f22f74e98329d57008b1 (diff)
macro commands
Diffstat (limited to 'src/GF/Infra')
-rw-r--r--src/GF/Infra/Option.hs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/GF/Infra/Option.hs b/src/GF/Infra/Option.hs
index f00ecd63a..6fb9f9f2e 100644
--- a/src/GF/Infra/Option.hs
+++ b/src/GF/Infra/Option.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/09/18 22:55:46 $
+-- > CVS $Date: 2005/10/06 10:02:33 $
-- > CVS $Author: aarne $
--- > CVS $Revision: 1.31 $
+-- > CVS $Revision: 1.32 $
--
-- Options and flags used in GF shell commands and files.
--
@@ -210,6 +210,7 @@ tableLin = iOpt "table"
defaultLinOpts = [firstLin]
useUTF8 = iOpt "utf8"
showLang = iOpt "lang"
+showDefs = iOpt "defs"
withMetas = iOpt "metas"
-- ** other
@@ -221,6 +222,7 @@ beVerbose, showInfo, beSilent, emitCode, getHelp,
stripQualif, nostripQualif, showAll, fromSource :: Option
beVerbose = iOpt "v"
+invertGrep = iOpt "v" --- same letter in unix
showInfo = iOpt "i"
beSilent = iOpt "s"
emitCode = iOpt "o"