Module

Whine.Runner.Cli

Package
purescript-whine-core
Repository
collegevine/purescript-whine

#Args Source

type Args = { command :: Command, debug :: Boolean, quiet :: Boolean, version :: Boolean }

#JustWhineArgs Source

type JustWhineArgs = { globs :: Maybe (NonEmptyArray NonEmptyString), outputFormat :: OutputFormat }

#LanguagServerArgs Source

type LanguagServerArgs = { checkWhen :: CheckFileWhen }

#CheckFileWhen Source

#OutputFormat Source

data OutputFormat

Constructors

#parseCliArgs Source

parseCliArgs :: forall m. MonadEffect m => m Args

#determineLogLevel Source