Safe Haskell | None |
---|---|
Language | Haskell2010 |
Napkin.Cli.History.Types
Documentation
data HistoryCommandOptions #
Constructors
HistoryCommandOptions | |
Instances
Eq HistoryCommandOptions # | |
Defined in Napkin.Cli.History.Types Methods (==) :: HistoryCommandOptions -> HistoryCommandOptions -> Bool # (/=) :: HistoryCommandOptions -> HistoryCommandOptions -> Bool # | |
Show HistoryCommandOptions # | |
Defined in Napkin.Cli.History.Types Methods showsPrec :: Int -> HistoryCommandOptions -> ShowS # show :: HistoryCommandOptions -> String # showList :: [HistoryCommandOptions] -> ShowS # |
data HistorySubCommand #
Constructors
HistoryList Integer | |
HistoryShow (Maybe SpecRunId) | |
HistoryExport (Maybe SpecRunId) (Maybe FilePath) |
Instances
Eq HistorySubCommand # | |
Defined in Napkin.Cli.History.Types Methods (==) :: HistorySubCommand -> HistorySubCommand -> Bool # (/=) :: HistorySubCommand -> HistorySubCommand -> Bool # | |
Show HistorySubCommand # | |
Defined in Napkin.Cli.History.Types Methods showsPrec :: Int -> HistorySubCommand -> ShowS # show :: HistorySubCommand -> String # showList :: [HistorySubCommand] -> ShowS # |