Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagBlockName = "block" FlagBlockUsage = "主动阻塞程序退出, 默认:不阻塞" FlagBlockValue = false )
View Source
const ( FlagCaseName = "case" FlagCaseUsage = "示例编号, 默认:1000" FlagCaseValueC1000HelloWorld = 1000 FlagCaseValueC1001OSENV = 1001 FlagCaseValueC1002OSExec = 1002 )
Variables ¶
View Source
var (
FlagBlock bool
)
View Source
var FlagCase int
View Source
var FlagCaseUsageMap = map[int]string{ FlagCaseValueC1000HelloWorld: "Hello World !", FlagCaseValueC1001OSENV: "os env", FlagCaseValueC1002OSExec: "os exec cmd", }
Functions ¶
func FlagCasePrintOptions ¶
func FlagCasePrintOptions() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.