Gabriella439 / turtle

Shell programming, Haskell style
BSD 3-Clause "New" or "Revised" License
943 stars 90 forks source link

Docs are missing clear pointers to `inproc` and similar #451

Open 9999years opened 8 months ago

9999years commented 8 months ago

When translating Bash scripts, one of the most common tasks is to run a command and receive its output (or check its exit status). Turtle provides helpers for these (like inproc and procs), but the docs don't show them prominently so (despite looking at the docs several times before) I had no clue they existed until @Gabriella439 told me so directly!