Safe Haskell | None |
---|---|
Language | GHC2024 |
Napkin.Cli.Run.Types
Documentation
data ExitWhenFinished #
Constructors
ExitWhenFinished | |
KeepRunningWhenFinished |
Instances
Show ExitWhenFinished # | |
Defined in Napkin.Cli.Run.Types Methods showsPrec :: Int -> ExitWhenFinished -> ShowS # show :: ExitWhenFinished -> String # showList :: [ExitWhenFinished] -> ShowS # | |
Eq ExitWhenFinished # | |
Defined in Napkin.Cli.Run.Types Methods (==) :: ExitWhenFinished -> ExitWhenFinished -> Bool # (/=) :: ExitWhenFinished -> ExitWhenFinished -> Bool # |
data AutoOpenBrowser #
Constructors
OpenBrowser | |
DoNotOpenBrowser |
Instances
Show AutoOpenBrowser # | |
Defined in Napkin.Cli.Run.Types Methods showsPrec :: Int -> AutoOpenBrowser -> ShowS # show :: AutoOpenBrowser -> String # showList :: [AutoOpenBrowser] -> ShowS # | |
Eq AutoOpenBrowser # | |
Defined in Napkin.Cli.Run.Types Methods (==) :: AutoOpenBrowser -> AutoOpenBrowser -> Bool # (/=) :: AutoOpenBrowser -> AutoOpenBrowser -> Bool # |
Constructors
TTY | |
Web Port AutoOpenBrowser ExitWhenFinished | |
TUI |
newtype ConcurrentSlots #
Constructors
ConcurrentSlots Natural |
Instances
data RunCommandOptions #
Constructors
RunCommandOptions | |
Fields |
Instances
Generic RunCommandOptions # | |||||
Defined in Napkin.Cli.Run.Types Associated Types
Methods from :: RunCommandOptions -> Rep RunCommandOptions x # to :: Rep RunCommandOptions x -> RunCommandOptions # | |||||
Show RunCommandOptions # | |||||
Defined in Napkin.Cli.Run.Types Methods showsPrec :: Int -> RunCommandOptions -> ShowS # show :: RunCommandOptions -> String # showList :: [RunCommandOptions] -> ShowS # | |||||
type Rep RunCommandOptions # | |||||
Defined in Napkin.Cli.Run.Types type Rep RunCommandOptions = D1 ('MetaData "RunCommandOptions" "Napkin.Cli.Run.Types" "napkin-runtime-2.0.0-CwQG4bkztHq3CGEFRBdkDS" 'False) (C1 ('MetaCons "RunCommandOptions" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tableSelectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [RunTableSelector]) :*: S1 ('MetaSel ('Just "showProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UIMode)) :*: (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 RunMode) :*: S1 ('MetaSel ('Just "condensedLogging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CondensedLogging))) :*: ((S1 ('MetaSel ('Just "slow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DevSlow) :*: S1 ('MetaSel ('Just "reportDir") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ReportDir))) :*: (S1 ('MetaSel ('Just "concurrentTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ConcurrentSlots)) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe RunId)))))) |