exercism / exercism/cli

Add verbose output throughout commands

Ouverte
#525 3 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Go
Étoiles
1.4k
Forks
363
Merge moyen
6 j 13 h
PR mergées (30 j)
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`.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.