rd-gen
2023.3.2-preview4
rd-gen
/
com.jetbrains.rd.util.kli
/
Option
/
Flag
Flag
class
Flag
(
short
:
Char
?
,
long
:
String
?
,
description
:
String
)
:
Option
<
Boolean
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Flag
Link copied to clipboard
fun
Flag
(
short
:
Char
?
,
long
:
String
?
,
description
:
String
)
Content copied to clipboard
Functions
times
Assign
Link copied to clipboard
operator
fun
timesAssign
(
v
:
Boolean
)
Content copied to clipboard
unary
Plus
Link copied to clipboard
operator
fun
unaryPlus
(
)
:
Boolean
Content copied to clipboard
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
Boolean
?
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
long
Link copied to clipboard
val
long
:
String
?
Content copied to clipboard
short
Link copied to clipboard
val
short
:
Char
?
Content copied to clipboard
value
Link copied to clipboard
open
override
val
value
:
Boolean
Content copied to clipboard