stan-0.0.1.0: Haskell STatic ANalyser
Copyright(c) 2020 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Stan.Cli

Description

CLI commands and options for stan.

Synopsis

Documentation

data StanCommand Source #

Commands used in Stan CLI.

Constructors

Stan !StanArgs

Just stan with its options.

StanInspection !InspectionArgs

stan inspection.

StanTomlToCli !TomlToCliArgs
stan toml-to-cli
StanCliToToml !CliToTomlArgs
stan cli-to-toml
StanInspectionsToMd
stan inspections-to-md

data StanArgs Source #

Options used for the main stan command.

Constructors

StanArgs 

Fields

newtype ReportArgs Source #

Constructors

ReportArgs 

Fields

newtype InspectionArgs Source #

Options used for the stan inspection command.

newtype TomlToCliArgs Source #

Options used for the stan toml-to-cli command.

data CliToTomlArgs Source #

Options used for the stan cli-to-toml command.

runStanCli :: IO StanCommand Source #

Run main parser of the stan command line tool.

stanParserPrefs :: ParserPrefs Source #

To turn on some special options.