| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Napkin.Cli.Shared.Types
Description
Synopsis
- data SharedCommandOptions = SharedCommandOptions {}
- applySharedOptions :: SharedCommandOptions -> YamlSpec b -> YamlSpec b
Documentation
data SharedCommandOptions #
Shared data among CLI subcommands
Constructors
| SharedCommandOptions | |
Fields
| |
Instances
applySharedOptions :: SharedCommandOptions -> YamlSpec b -> YamlSpec b #