| Copyright | (c) 2019-2020 Vaclav Svejcar |
|---|---|
| License | BSD-3-Clause |
| Maintainer | vaclav.svejcar@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Headroom.Command.Gen
Description
The gen command is responsible for generating various files requied by
Headroom, such as YAML configuration stubs or Mustache license templates.
Run Headroom using the headroom gen --help to see available options.
Synopsis
- commandGen :: CommandGenOptions -> IO ()
- parseGenMode :: MonadThrow m => Command -> m GenMode
Documentation
Arguments
| :: CommandGenOptions | Generator command options |
| -> IO () | execution result |
Handler for Generator command.
Arguments
| :: MonadThrow m | |
| => Command | command from which to parse the |
| -> m GenMode | parsed |