depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.tui
/
TerminalCapabilitiesDetector
Terminal
Capabilities
Detector
class
TerminalCapabilitiesDetector
(
envProvider
:
(
String
)
->
String
?
=
{ System.getenv(it) }
,
hasConsole
:
(
)
->
Boolean
=
{ System.console() != null }
)
Members
Constructors
Terminal
Capabilities
Detector
Link copied to clipboard
constructor
(
envProvider
:
(
String
)
->
String
?
=
{ System.getenv(it) }
,
hasConsole
:
(
)
->
Boolean
=
{ System.console() != null }
)
Functions
detect
Link copied to clipboard
fun
detect
(
noColor
:
Boolean
=
false
)
:
TerminalCapabilities