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
|
||||
HelpEntryBound what -> helpEntry what
|
||||
[StringLike s] -> helpList False (Just s)
|
||||
_ -> helpList False Nothing
|
||||
[StringLike s] -> helpList True (Just s)
|
||||
_ -> helpList True Nothing
|
||||
|
||||
|
||||
hidden $ internalEntries
|
||||
|
||||
internalEntries
|
||||
SF.entries
|
||||
|
||||
entry $ bindMatch "#!" $ nil_ $ const none
|
||||
|
|
Loading…
Reference in New Issue