iris-0.0.0.0: Haskell CLI framework
Copyright(c) 2022 Dmitrii Kovanikov
LicenseMPL-2.0
MaintainerDmitrii Kovanikov <kovanikov@gmail.com>
StabilityExperimental
PortabilityPortable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Iris.Cli.Interactive

Description

Interative mode datatype and CLI parser.

Since: 0.0.0.0

Synopsis

Documentation

data InteractiveMode Source #

Constructors

Interactive

Since: 0.0.0.0

NonInteractive

Since: 0.0.0.0

Instances

Instances details
Show InteractiveMode Source #

Since: 0.0.0.0

Instance details

Defined in Iris.Cli.Interactive

Eq InteractiveMode Source #

Since: 0.0.0.0

Instance details

Defined in Iris.Cli.Interactive

interactiveModeP :: Parser InteractiveMode Source #

A CLI option parser for switching to non-interactive mode if the flag is passed.

Since: 0.0.0.0