Argument.cliVal

set the value from client shell

class Argument
abstract
cliVal
(
string value
,
string[] rest...
)

Parameters

value string

the first input value, and this func will call inner parsing callback to transform string type to the target type that Self required

rest string[]

the rest of input value

Return Value

Type: Self

Self` for chain call

Meta