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 --compact switch to the pretty-simple executable #111

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

juhp
Copy link
Contributor

@juhp juhp commented Jun 5, 2022

This is towards #34 adding a --compact cli option.

@cdepillabout
Copy link
Owner

cdepillabout commented Jun 7, 2022

This looks good to me!

$ pretty-simple --compact
{ "hello" = [ "now", "bad" ], tomorrow = Just (3, 4) }^D
{ "hello" = [ "now", "bad"  ], tomorrow = Just ( 3, 4 )  }
$ pretty-simple
{ "hello" = [ "now", "bad" ], tomorrow = Just (3, 4) }^D
{ "hello" =
    [ "now"
    , "bad"
    ]
, tomorrow = Just
    ( 3
    , 4
    )
}

@cdepillabout cdepillabout merged commit 05e387c into cdepillabout:master Jun 7, 2022
@cdepillabout
Copy link
Owner

@georgefst @juhp Want me to do a release?

@georgefst
Copy link
Collaborator

@georgefst @juhp Want me to do a release?

Go for it, thanks!

I've just merged #104, which gives us one more reason to release.

@juhp juhp deleted the patch-2 branch June 7, 2022 17:41
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