gregwebs / Shelly.hs

Haskell shell scripting
BSD 3-Clause "New" or "Revised" License
418 stars 88 forks source link

document Shelly vs Shelly.Lifted vs Shelly.Pipe #135

Open juhp opened 7 years ago

juhp commented 7 years ago

I am a bit unclear about the difference between Shelly and Shelly.Lifted particularly, though also Shelly.Piped (supports piping with >>=?).

Is it possible to add a sentence or two to the docs explaining the distinction and when you would use one or the other? An example or two would be helpful too.

Thanks for Shelly!