Agda
Safe HaskellNone
LanguageHaskell2010

Agda.Interaction.Options.Arguments

Description

Definitions and tools for arguments of command-line options.

Synopsis

Names of the arguments of options that have a finite enumeration.

optionValues :: Map String [String] Source #

Print the possible values of an argument of the given type.

--color

colorArg :: String Source #

Argument to --color.

colorValues :: [String] Source #

Possible values for --color.

--emacs-mode

emacsModeArg :: String Source #

Argument to --emacs-mode.

emacsModeValues :: [String] Source #

Possible values for --emacs-mode.

--help

helpArg :: String Source #

Argument to --help.

helpValues :: [String] Source #

Possible values for --help.

--profile

profileArg :: String Source #

Argument to --profile.

profileValues :: [String] Source #

Possible values for --profile.

--trace-imports

traceImportsArg :: String Source #

Argument to --trace-imports.

traceImportsValues :: [String] Source #

Possible values for --trace-imports.

--warning

warningArg :: String Source #

Argument to --warning.

warningValues :: [String] Source #

Possible values for --warning.