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