shrun-0.9: A utility program for running shell commands concurrently.
Safe HaskellNone
LanguageGHC2021

Shrun.Configuration.Data.CommonLogging.KeyHideSwitch

Synopsis

Documentation

data KeyHideSwitch Source #

Type for determining if we use the command's key for display, rather than the key itself.

Constructors

KeyHideOff

Display the command's key, if it exists, rather than the key itself.

KeyHideOn

Display the command itself, not the key.

Instances

Instances details
Bounded KeyHideSwitch Source # 
Instance details

Defined in Shrun.Configuration.Data.CommonLogging.KeyHideSwitch

Enum KeyHideSwitch Source # 
Instance details

Defined in Shrun.Configuration.Data.CommonLogging.KeyHideSwitch

Show KeyHideSwitch Source # 
Instance details

Defined in Shrun.Configuration.Data.CommonLogging.KeyHideSwitch

Eq KeyHideSwitch Source # 
Instance details

Defined in Shrun.Configuration.Data.CommonLogging.KeyHideSwitch

Ord KeyHideSwitch Source # 
Instance details

Defined in Shrun.Configuration.Data.CommonLogging.KeyHideSwitch

Default KeyHideSwitch Source # 
Instance details

Defined in Shrun.Configuration.Data.CommonLogging.KeyHideSwitch

DecodeTOML KeyHideSwitch Source # 
Instance details

Defined in Shrun.Configuration.Data.CommonLogging.KeyHideSwitch