Struct

struct ParsedArguments

public struct ParsedArguments {
}

Description: Stores the parameter parsing result.

prop nonOptions

public prop nonOptions: Array<String>

Description: Stores the non-options obtained through parameter parsing.

Type: Array<String>

prop options

public prop options: ReadOnlyMap<String, String>

Description: Stores the options obtained through parameter parsing.

Type: ReadOnlyMap