| Copyright | (c) 2020 Kowainik |
|---|---|
| License | MPL-2.0 |
| Maintainer | Kowainik <xrom.xkov@gmail.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Stan.Cli
Description
CLI commands and options for stan.
Synopsis
- data StanCommand
- data StanArgs = StanArgs {}
- newtype ReportArgs = ReportArgs {}
- newtype InspectionArgs = InspectionArgs {}
- newtype TomlToCliArgs = TomlToCliArgs {}
- data CliToTomlArgs = CliToTomlArgs {}
- runStanCli :: IO StanCommand
- stanParserPrefs :: ParserPrefs
- stanCliParser :: ParserInfo StanCommand
Documentation
data StanCommand #
Commands used in Stan CLI.
Constructors
| Stan !StanArgs | Just |
| StanInspection !InspectionArgs |
|
| StanTomlToCli !TomlToCliArgs | stan toml-to-cli |
| StanCliToToml !CliToTomlArgs | stan cli-to-toml |
| StanInspectionsToMd | stan inspections-to-md |
Options used for the main stan command.
Constructors
| StanArgs | |
Fields
| |
newtype ReportArgs #
Constructors
| ReportArgs | |
Fields
| |
newtype InspectionArgs #
Options used for the stan inspection command.
Constructors
| InspectionArgs | |
Fields | |
newtype TomlToCliArgs #
Options used for the stan toml-to-cli command.
Constructors
| TomlToCliArgs | |
Fields | |
runStanCli :: IO StanCommand #
Run main parser of the stan command line tool.
stanParserPrefs :: ParserPrefs #
To turn on some special options.