Safe Haskell | None |
---|---|
Language | GHC2024 |
Synopsis
Documentation
data AuthCommandOptions #
The supported napkin CLI auth parameters
Instances
data AuthCommand #
Instances
Show AuthCommand # | |
Defined in Napkin.Cli.Auth.Types showsPrec :: Int -> AuthCommand -> ShowS # show :: AuthCommand -> String # showList :: [AuthCommand] -> ShowS # | |
Eq AuthCommand # | |
Defined in Napkin.Cli.Auth.Types (==) :: AuthCommand -> AuthCommand -> Bool # (/=) :: AuthCommand -> AuthCommand -> Bool # |