| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Cli.Auth.Types
Synopsis
Documentation
data AuthCommandOptions #
The supported napkin CLI auth parameters
Constructors
| AuthCommandOptions | |
Instances
data AuthCommand #
Constructors
| AuthCreate | |
| AuthShow | |
| AuthReset |
Instances
| Show AuthCommand # | |
Defined in Napkin.Cli.Auth.Types Methods showsPrec :: Int -> AuthCommand -> ShowS # show :: AuthCommand -> String # showList :: [AuthCommand] -> ShowS # | |
| Eq AuthCommand # | |
Defined in Napkin.Cli.Auth.Types | |