Qodercli 读取 Qoder 的 proxy 设置

Problem

在我们公司,使用qoder 需要配置代理服务器访问。这样访问是没有问题的。但是使用qodercli的时候就很不方便,需要每次都设置命令行的proxy,尤其是如果我想在hook脚本中使用qodercli的话就基本上没法使用了。

Solution

可以在qodercli执行的时候读取qoder中配置的proxy设置执行。这样对于我们qoder不论在办公室打开proxy,还是在家里关掉proxy,由于qoder /qodercli共享proxy设置,所以它们总是可以配对执行。

Use Case

在需要配置代理服务器或者不需要代理服务器时,Qoder 和 Qodercli 应该是一致的

Priority

  • :red_circle: High - Blocking issue
  • :yellow_circle: Medium - Important improvement
  • :green_circle: Low - Nice to have

Additional Info

(Optional: screenshots, examples, links)