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

Only check special characters on CLI when not in key=value format #2998

Merged
merged 1 commit into from
Jul 12, 2017

Conversation

chrishoffman
Copy link
Contributor

Fixes #2996

@jefferai jefferai added this to the 0.7.4 milestone Jul 12, 2017
}
if b.stdin {
return fmt.Errorf("stdin already consumed")
if len(parts) == 1 {
Copy link
Member

Choose a reason for hiding this comment

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

I think this would break [email protected] and foo=-. it should be checking againsts parts[1][0]

Copy link
Member

Choose a reason for hiding this comment

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

Nevermind, this is supported below

@chrishoffman chrishoffman merged commit 5c5b3e6 into master Jul 12, 2017
@chrishoffman chrishoffman deleted the issue-2996 branch July 12, 2017 20:29
@jefferai jefferai modified the milestones: 0.7.4, 0.8.0 Jul 24, 2017
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.

3 participants