napkin-1.0.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Cli.Interactive.Interactive

Synopsis

Documentation

data SpecFolders #

Instances

Instances details
Eq SpecFolders # 
Instance details

Defined in Napkin.Cli.Interactive.Interactive

chooseInteractiveCommand :: ToNapkinError e => InteractiveCommandOptions -> LogOptions -> InteractiveAction e -> CLICommand #

Choose whether to run a reloadable acton interactively or not.

autoReloadAction :: ToNapkinError e => InteractiveCommandOptions -> LogOptions -> InteractiveAction e -> CLICommand #

Wait for a spec file or a Haskell file to change and reload action.