exercism / exercism/cli

Add verbose output throughout commands

Abierto
#525 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Go
Estrellas
1.4k
Forks
363
Merge medio
6 d 13 h
PR fusionados (30 d)
2

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.