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