//
pkg.gl
Category
github.com/liguoqinjim/go-labs
lab001
package
0.0.0-20231208061952-f10d33120ced
Repository:
https://github.com/liguoqinjim/go-labs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
51 SLOC
#
README
flag包的使用
用来解析命令行的参数
-h参数
-h和-help参数会默认输出帮助信息
输入没有定义过的参数会报错(和-h不一样)
运行结果