docvim-0.1.0.0: src/Main.hs
-- | The docvim executable. module Main (main) where import Docvim.CLI (run) -- | Run the executable using the supplied options. main :: IO () main = run
-- | The docvim executable. module Main (main) where import Docvim.CLI (run) -- | Run the executable using the supplied options. main :: IO () main = run