Skip to content

Make the successfully configured message friendlier#619

Merged
kytrinyx merged 1 commit intomasterfrom
improve-configure-output
Jul 13, 2018
Merged

Make the successfully configured message friendlier#619
kytrinyx merged 1 commit intomasterfrom
improve-configure-output

Conversation

@kytrinyx
Copy link
Copy Markdown
Member

@kytrinyx kytrinyx commented Jul 13, 2018

The configure output looked like it could be an error message.
This adds a bit of context to say that the configuration was saved, and
clarifies the output to make it easier to understand that it's showing you
what the configuration settings that were saved are.

Old output:

$ exercism configure --token=abc123

Config dir:      /Users/kytrinyx/.config/exercism
-t, --token      abc123
-w, --workspace  /Users/kytrinyx/Exercism
-a, --api        https://api.exercism.io/v1

New output:

$ ./testercism configure --token=abc123

You have configured the Exercism command-line client:

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

The configure output looked like it could be an error message.
This adds a bit of context to say that the configuration was saved, and
clarifies the output to make it easier to understand that it's showing you
what the configuration settings that were saved are.
@kytrinyx kytrinyx merged commit 20ec7cc into master Jul 13, 2018
@kytrinyx kytrinyx deleted the improve-configure-output branch July 13, 2018 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant