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

Fix some incorrect error messages. #6

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

chrisgavin
Copy link
Contributor

@chrisgavin chrisgavin commented Aug 6, 2020

f.Token is provided by the command line argument --destination-token, not -token.

f.BaseURL is likewise provided by --destination-url, not -baseURL.

(Although some Go accept long single-dashed arguments it seems like Cobra does not so I've also updated messages with single dashed arguments to use double-dashed arguments.)

@chrisgavin chrisgavin changed the title Fix an incorrect error message. Fix some incorrect error messages. Aug 6, 2020
Copy link
Contributor

@anthonysterling anthonysterling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦅 👁️ 🙇‍♂️

@anthonysterling anthonysterling merged commit 27d5069 into actions:main Aug 10, 2020
@chrisgavin chrisgavin deleted the fix-incorrect-message branch August 10, 2020 21:59
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.

None yet

2 participants