exercism / exercism/cli

Add verbose output throughout commands

オープン
#525 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
1.4k
フォーク
363
平均マージ
6日 13時間
マージ済み PR(30日)
2

説明

We have a global `--verbose` flag, but at the moment it's not doing much.

In order to make it vastly more easy to debug stuff, I'd like to add verbose output at every step of the way throughout the download, submit, and configure commands.

To add verbose output:

* import "github.com/exercism/cli/debug"
* at each step, add `debug.Printf()` statements

This should also set debug output in the packages that the commands use, e.g. the `api`, `comms`, `config`, and `workspace`.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。