Positional Argument
class PositionalArgument(name: String, required: Boolean = true, defaultValue: String? = null, nullable: Boolean = false, description: String = "", checkValid: (value: String?) -> String? = { null }) : Argument
位置参数.
Author
M8Test, [email protected], https://m8test.com