exercism / exercism/cli

Read config values via CLI selectively

未关闭
#632 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Go
星标
1.4k
派生
363
平均合并
6 天 13 小时
30 天内合并 PR
2

描述

When we want to debug settings we always ask for the output of `exercism configure` with the hint to redact/remove the token from the ouptut.

So this time, I was only interested in the API URL, so I asked for the output of `exercism configure 2>&1 | grep -- --all` this feels very clumsy.

Can we have an interface like with `git config` where `git config foo` reads and `git config foo bar` writes?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。