Inhere

Results 12 issues of Inhere

@inhere Command Cli时好像无法正确解析`bool`类型 ![1658899319246](https://user-images.githubusercontent.com/33956166/181167641-3f2f33e1-8fee-4e21-b523-e05905aebad5.png) ![image](https://user-images.githubusercontent.com/33956166/181167820-ff410f3a-d27a-4902-910f-3f5cec892798.png) ![image](https://user-images.githubusercontent.com/33956166/181167795-8dca06b7-7ccb-4143-827e-77a522be12b2.png) _Originally posted by @hb0730 in https://github.com/gookit/gcli/issues/58#issuecomment-1196278556_

bug

**old:** ```go // Gt check value greater dst value. only check for: int(X), uint(X), float(X) func Gt(val interface{}, dstVal int64) bool { ``` **v2 new:** ```go // Gt check value...

enhancement
help wanted

- [x] refactor the app and cmd event handle logic - [x] app and command running logic - [x] refactor flags parse logic

enhancement
feature

提交 Issue 之前请先在issue上搜索是否有相似问题, 看看能不能解决问题 (有太多相同的issue,没精力处理)。 除非特殊情况,请完整填写以下所有问题,不按模板发的 issue 将直接被关闭。 1) 你正在使用的 V2RayU 和 Mac 版本 ? - Mac: 10.15.7 - 3.5-3.7 都安装试过,都是一样的问题。 2) 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 打不开网页。 > 之前是较低的版本,但是可以使用。mac最近一直提示恶意软件,因此升级了 V2RayU。 ```text 无法访问此网站...

bug

支持通过配置文件运行 ```json { "project1": { "path": "/some/path", "pidFile": "/some/path/project1.pid" }, "project1": { "path": "/some/path", "pidFile": "/some/path/project1.pid" } } ```

enhancement