exercism / exercism/cli

Replaced default path when using --workspace

Abierto
#780 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

I haven't used exercism in a while and just updated to 3.0.11. In the process. I used the --workspace flag, but it ignored the path I gave and replaced the default (existing) path.

Steps taken:

1. `exercism configure --token=`
Result:
```
The default Exercism workspace is ~/Exercism
There is already something there.
...
You can choose the workspace location by rerunning this command
with the --workspace flag.
```
2. `exercism configure --token= --workspace=~/Exercism/Reboot/`
Result:
```
You have configured the Exercism command-line client:

Config dir: ~/.config/exercism
Token: (-t, --token)
Workspace: (-w, --workspace) ~/Exercism/Reboot
API Base URL: (-a, --api) https://api.exercism.io/v1
```

However, `~/Exercism/Reboot` does not exist. The existing directory `~/Exercism` is now an empty directory `~/exercism`.

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.