toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.cli.arg
/
ProjectArg
/
CommonArg
Common
Arg
data
class
CommonArg
(
val
input
:
String
,
val
fileId
:
String
?
,
val
rawArg
:
String
)
:
ProjectArg
Members
Constructors
Common
Arg
Link copied to clipboard
constructor
(
input
:
String
,
fileId
:
String
?
,
rawArg
:
String
)
Properties
file
Id
Link copied to clipboard
val
fileId
:
String
?
input
Link copied to clipboard
val
input
:
String
raw
Arg
Link copied to clipboard
open
override
val
rawArg
:
String
Functions
fold
Link copied to clipboard
inline
fun
<
T
>
fold
(
commonArg
:
(
ProjectArg.CommonArg
)
->
T
,
gitHubArg
:
(
ProjectArg.GitHubArg
)
->
T
)
:
T