Data.KeyStore.CLI.Command
data CLI Source #
Constructors
Fields
Defined in Data.KeyStore.CLI.Command
Methods
showsPrec :: Int -> CLI -> ShowS #
show :: CLI -> String #
showList :: [CLI] -> ShowS #
data Command Source #
showsPrec :: Int -> Command -> ShowS #
show :: Command -> String #
showList :: [Command] -> ShowS #
parseCLI :: IO CLI Source #
parseCLI' :: [String] -> IO CLI Source #
cliInfo :: ParserInfo CLI Source #
cliParser :: Parser CLI Source #
paramsParser :: Parser CtxParams Source #
runParse :: ParserInfo a -> [String] -> IO a Source #