Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq Op Source # | |
Show Op Source # | |
Generic Op Source # | |
type Rep Op Source # | |
Defined in Hinit.Cli.Options type Rep Op = D1 ('MetaData "Op" "Hinit.Cli.Options" "hinit-0.2.2-inplace" 'False) (C1 ('MetaCons "Set" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Val))) |
Instances
Show Command Source # | |
Generic Command Source # | |
type Rep Command Source # | |
Defined in Hinit.Cli.Options type Rep Command = D1 ('MetaData "Command" "Hinit.Cli.Options" "hinit-0.2.2-inplace" 'False) (C1 ('MetaCons "Init" 'PrefixI 'True) ((S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "ops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Op]) :*: S1 ('MetaSel ('Just "force") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))) :+: C1 ('MetaCons "List" 'PrefixI 'True) (S1 ('MetaSel ('Just "verbose") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))) |
versionHelper :: Parser (a -> a) Source #
cmds :: ParserInfo Command Source #