We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To be merged into the nextercism branch in #410
Command name: configure (alias c). File: cmd/configure.go.
configure
c
cmd/configure.go
This command accepts flags and writes the values into the user's configuration file.
To start, let's just implement token (the API token) and workspace (the directory that download will download exercises and solutions to).
token
workspace
download
The text was updated successfully, but these errors were encountered:
Closed by #424
Sorry, something went wrong.
kytrinyx
No branches or pull requests
To be merged into the nextercism branch in #410
Command name:
configure
(aliasc
).File:
cmd/configure.go
.This command accepts flags and writes the values into the user's configuration file.
To start, let's just implement
token
(the API token) andworkspace
(the directory thatdownload
will download exercises and solutions to).The text was updated successfully, but these errors were encountered: