tui-launcher-0.0.1: app/Main.hs
-- | Executable entry point for @tui-launcher@. module Main (main) where import TuiLauncher.App qualified as App -- | Run the application. main :: IO () main = App.main
-- | Executable entry point for @tui-launcher@. module Main (main) where import TuiLauncher.App qualified as App -- | Run the application. main :: IO () main = App.main