mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
ee0025c6a3
commit
892712799e
|
@ -148,10 +148,12 @@ main = do
|
||||||
|
|
||||||
entry $ bindMatch "--help" $ nil_ \case
|
entry $ bindMatch "--help" $ nil_ \case
|
||||||
HelpEntryBound what -> helpEntry what
|
HelpEntryBound what -> helpEntry what
|
||||||
[StringLike s] -> helpList False (Just s)
|
[StringLike s] -> helpList True (Just s)
|
||||||
_ -> helpList False Nothing
|
_ -> helpList True Nothing
|
||||||
|
|
||||||
|
|
||||||
|
hidden $ internalEntries
|
||||||
|
|
||||||
internalEntries
|
|
||||||
SF.entries
|
SF.entries
|
||||||
|
|
||||||
entry $ bindMatch "#!" $ nil_ $ const none
|
entry $ bindMatch "#!" $ nil_ $ const none
|
||||||
|
|
Loading…
Reference in New Issue