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

How to output an empty string #5

Closed
gstanchev opened this issue Apr 18, 2019 · 1 comment
Closed

How to output an empty string #5

gstanchev opened this issue Apr 18, 2019 · 1 comment

Comments

@gstanchev
Copy link

gstanchev commented Apr 18, 2019

gjo status=$(gjo a="" foo=bar)

produces

{
  "a":null,
  "foo":"bar"
}

How do you get it to

{
  "a":"",
  "foo":"bar"
}
@skanehira
Copy link
Owner

@gstanchev
I fixed in b0b88d7
Please update your gjo :)

$ cd yorurepo
$ git pull
$ go install

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

No branches or pull requests

2 participants