Commit 58686b9e authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent 273219e9
...@@ -797,6 +797,7 @@ func trimStr(str string) string { ...@@ -797,6 +797,7 @@ func trimStr(str string) string {
return str return str
} }
//isLegalOption 判断选项是否为合法选项 //isLegalOption 判断选项是否为合法选项
func isLegalOption(options []string, option string) bool { func isLegalOption(options []string, option string) bool {
option = trimStr(option) option = trimStr(option)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment