exercism / exercism/cli

Add verbose output throughout commands

Đang mở
#525 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Go
Star
1.4k
Fork
363
Merge trung bình
6 ngày 13 giờ
Pull request đã merge (30 ngày)
2

Mô tả

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`.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.