napkin-0.5.13
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Napkin.Cli.Common

Description

 

Documentation

backendParser :: forall a. (Read a, Show a, Enum a, Bounded a) => a -> Parser a #

helpWithAllPossibleValues :: forall f a. (Enum a, Show a, Bounded a) => String -> Mod f a #

helpWithAllPossibleValuesWith :: forall f a. (Enum a, Show a, Bounded a) => (a -> String) -> Maybe a -> String -> Mod f a #