a --debug option, not hooked up to anything yet
This commit is contained in:
parent
eed76e3722
commit
4a7a724f0a
@ -79,6 +79,7 @@ options = [
|
|||||||
,Option ['h'] ["help"] (NoArg Help) "show this help"
|
,Option ['h'] ["help"] (NoArg Help) "show this help"
|
||||||
,Option ['v'] ["verbose"] (NoArg Verbose) "verbose test output"
|
,Option ['v'] ["verbose"] (NoArg Verbose) "verbose test output"
|
||||||
,Option ['V'] ["version"] (NoArg Version) "show version"
|
,Option ['V'] ["version"] (NoArg Version) "show version"
|
||||||
|
,Option [] ["debug"] (NoArg Debug) "debug output"
|
||||||
,Option [] ["debug-no-ui"] (NoArg DebugNoUI) "run ui commands without no output"
|
,Option [] ["debug-no-ui"] (NoArg DebugNoUI) "run ui commands without no output"
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
@ -105,6 +106,7 @@ data Opt =
|
|||||||
Help |
|
Help |
|
||||||
Verbose |
|
Verbose |
|
||||||
Version
|
Version
|
||||||
|
| Debug
|
||||||
| DebugNoUI
|
| DebugNoUI
|
||||||
deriving (Show,Eq)
|
deriving (Show,Eq)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user