Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Types and functions related to Stack's ls
command.
Synopsis
- newtype LsCmdOpts = LsCmdOpts {}
- data LsCmds
- data SnapshotOpts = SnapshotOpts {}
- data ListStylesOpts = ListStylesOpts {}
- newtype ListToolsOpts = ListToolsOpts {
- toptFilter :: String
- data LsView
- lsCmd :: LsCmdOpts -> RIO Runner ()
Documentation
Type representing command line options for the stack ls
command.
Type representing subcommands for the stack ls
command.
data SnapshotOpts Source #
Type representing command line options for the stack ls snapshots
command.
Instances
Show SnapshotOpts Source # | |
Defined in Stack.Ls showsPrec :: Int -> SnapshotOpts -> ShowS # show :: SnapshotOpts -> String # showList :: [SnapshotOpts] -> ShowS # | |
Eq SnapshotOpts Source # | |
Defined in Stack.Ls (==) :: SnapshotOpts -> SnapshotOpts -> Bool # (/=) :: SnapshotOpts -> SnapshotOpts -> Bool # | |
Ord SnapshotOpts Source # | |
Defined in Stack.Ls compare :: SnapshotOpts -> SnapshotOpts -> Ordering # (<) :: SnapshotOpts -> SnapshotOpts -> Bool # (<=) :: SnapshotOpts -> SnapshotOpts -> Bool # (>) :: SnapshotOpts -> SnapshotOpts -> Bool # (>=) :: SnapshotOpts -> SnapshotOpts -> Bool # max :: SnapshotOpts -> SnapshotOpts -> SnapshotOpts # min :: SnapshotOpts -> SnapshotOpts -> SnapshotOpts # |
data ListStylesOpts Source #
Type representing command line options for the stack ls stack-colors
and
stack ls stack-colours
commands.
Instances
Show ListStylesOpts Source # | |
Defined in Stack.Ls showsPrec :: Int -> ListStylesOpts -> ShowS # show :: ListStylesOpts -> String # showList :: [ListStylesOpts] -> ShowS # | |
Eq ListStylesOpts Source # | |
Defined in Stack.Ls (==) :: ListStylesOpts -> ListStylesOpts -> Bool # (/=) :: ListStylesOpts -> ListStylesOpts -> Bool # | |
Ord ListStylesOpts Source # | |
Defined in Stack.Ls compare :: ListStylesOpts -> ListStylesOpts -> Ordering # (<) :: ListStylesOpts -> ListStylesOpts -> Bool # (<=) :: ListStylesOpts -> ListStylesOpts -> Bool # (>) :: ListStylesOpts -> ListStylesOpts -> Bool # (>=) :: ListStylesOpts -> ListStylesOpts -> Bool # max :: ListStylesOpts -> ListStylesOpts -> ListStylesOpts # min :: ListStylesOpts -> ListStylesOpts -> ListStylesOpts # |
newtype ListToolsOpts Source #
Type representing command line options for the stack ls tools
command.