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

add an option to supress "," in output ? #94

Closed
behrica opened this issue Oct 26, 2021 · 4 comments
Closed

add an option to supress "," in output ? #94

behrica opened this issue Oct 26, 2021 · 4 comments

Comments

@behrica
Copy link

behrica commented Oct 26, 2021

I prefer EDN without commas, especially for copy/paste into Clojure files.

@borkdude
Copy link
Owner

@behrica What is the Clojure option to suppress comma's? I've never encountered this before.

@behrica
Copy link
Author

behrica commented Oct 26, 2021

@borkdude
Copy link
Owner

@behrica Would it be sufficient for you to install the additional puget CLI?

See https://github.com/borkdude/puget-cli

$ echo '{:a 1 :b 2}' | jet --from edn | puget --opts '{:map-delimiter ""}'
{:a 1 :b 2}

@behrica
Copy link
Author

behrica commented Oct 26, 2021

yes, I did not know about the puget cli.
We can close.

Thanks.

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