Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

结构体

struct ParsedArguments

public struct ParsedArguments {
}

功能:存储参数解析的结果。

prop nonOptions

public prop nonOptions: Array<String>

功能:存储参数解析得到的非选项。

类型:Array<String>

prop options

public prop options: ReadOnlyMap<String, String>

功能:存储参数解析得到的选项。

类型:ReadOnlyMap