Commit 1123e1d5 authored by 张振华's avatar 张振华

Merge branch 'guess' of https://github.com/zzh33cn/plugin into guess

parents e9ed2067 0dd86e79
......@@ -797,6 +797,7 @@ func trimStr(str string) string {
return str
}
//isLegalOption 判断选项是否为合法选项
func isLegalOption(options []string, option string) bool {
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