toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.cli.ui
/
CliConfig
Cli
Config
data
class
CliConfig
(
val
theme
:
String
?
=
"default"
,
val
ansiLevel
:
String
?
=
null
)
Members
Constructors
Cli
Config
Link copied to clipboard
constructor
(
theme
:
String
?
=
"default"
,
ansiLevel
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ansi
Level
Link copied to clipboard
val
ansiLevel
:
String
?
=
null
theme
Link copied to clipboard
val
theme
:
String
?
Functions
to
Terminal
Link copied to clipboard
fun
toTerminal
(
)
:
<Error class: unknown class>
write
Link copied to clipboard
suspend
fun
write
(
)
:
ActionError
?