mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
dc60abfd6b
commit
61cccbd5d5
|
@ -93,7 +93,7 @@ localDict = makeDict @C do
|
||||||
sendLine ""
|
sendLine ""
|
||||||
|
|
||||||
entry $ bindMatch "r:push" $ nil_ $ splitPushArgs $ \pushFrom pushTo -> lift do
|
entry $ bindMatch "r:push" $ nil_ $ splitPushArgs $ \pushFrom pushTo -> lift do
|
||||||
notice $ pretty pushFrom <+> pretty pushTo
|
notice $ pretty $ [qc|ok {pretty pushTo}|]
|
||||||
sendLine [qc|ok {pretty pushTo}|]
|
sendLine [qc|ok {pretty pushTo}|]
|
||||||
|
|
||||||
entry $ bindMatch "r:" $ nil_ $ \syn -> lift do
|
entry $ bindMatch "r:" $ nil_ $ \syn -> lift do
|
||||||
|
@ -159,7 +159,9 @@ main = flip runContT pure do
|
||||||
next Plain
|
next Plain
|
||||||
|
|
||||||
_ -> do
|
_ -> do
|
||||||
liftIO exitSuccess
|
sendLine ""
|
||||||
|
next Plain
|
||||||
|
-- liftIO exitSuccess
|
||||||
|
|
||||||
-- debugPrefix :: LoggerEntry -> LoggerEntry
|
-- debugPrefix :: LoggerEntry -> LoggerEntry
|
||||||
debugPrefix = toStderr . logPrefix "[debug] "
|
debugPrefix = toStderr . logPrefix "[debug] "
|
||||||
|
|
Loading…
Reference in New Issue