Skip to content

Commit

Permalink
Handle completion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jan 13, 2018
1 parent 9fffb2e commit f065ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ main = do
let page = pageName opts
fname <- getPagePath page
maybe (putStrLn ("No tldr entry for " <> page)) renderPage fname
_ -> return ()
compOpts@(CompletionInvoked _) -> handleParseResult compOpts >> return ()

0 comments on commit f065ac9

Please sign in to comment.