Skip to content
New issue

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

better error message for fuzzit auth #17

Closed
kjk opened this issue Aug 5, 2019 · 1 comment
Closed

better error message for fuzzit auth #17

kjk opened this issue Aug 5, 2019 · 1 comment

Comments

@kjk
Copy link
Contributor

@kjk kjk commented Aug 5, 2019

Currently:

$ fuzzit auth
Error: accepts 1 arg(s), received 0
...

Error message should be more descriptive, like:

Please provide api key. To create api key go to https://app.fuzzit.dev/settings and use "Generate New Key" button.

Similarly:

$ fuzzit help auth
Authenticate with fuzzit servers

Usage:
  Fuzzit auth [api_key] [flags]

Flags:
  -h, --help   help for auth

It could be:

$ fuzzit help auth
Authenticate with fuzzit servers with api key. To create api key go to https://app.fuzzit.dev/settings and use "Generate New Key" button.

Usage:
  Fuzzit auth [api_key] [flags]

Flags:
  -h, --help   help for auth
@yevgenypats
Copy link
Collaborator

@yevgenypats yevgenypats commented Aug 19, 2019

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.