diff options
| author | peb <unknown> | 2005-03-18 09:17:10 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-03-18 09:17:10 +0000 |
| commit | dbae321c694ef0878902960f1378dc2abb7f378a (patch) | |
| tree | b2c590a0ac06006101bb2a56028575d6393cb388 /src/GF/Infra/Option.hs | |
| parent | 5b9d27ee9feee7e197b57cc59822fb144ec6fa6a (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Infra/Option.hs')
| -rw-r--r-- | src/GF/Infra/Option.hs | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/GF/Infra/Option.hs b/src/GF/Infra/Option.hs index a1a4e3468..401e02cab 100644 --- a/src/GF/Infra/Option.hs +++ b/src/GF/Infra/Option.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/08 15:31:22 $ --- > CVS $Author: bringert $ --- > CVS $Revision: 1.22 $ +-- > CVS $Date: 2005/03/18 10:17:10 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.23 $ -- -- Options and flags used in GF shell commands and files. -- @@ -284,6 +284,10 @@ extractGr = aOpt "extract" pathList = aOpt "path" uniCoding = aOpt "coding" +-- peb 16/3-05: +gfcConversion :: String -> Option +gfcConversion = aOpt "conversion" + useName, useAbsName, useCncName, useResName, useFile, useOptimizer :: String -> Option |
