exercism / exercism/cli

Add verbose output throughout commands

Open
#525 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
1.4k
Forks
363
Avg merge
6d 13h
Merged PRs (30d)
2

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.