LightAndLight / ipso

A functional scripting language.
https://ipso.dev
17 stars 1 forks source link

`showCmd` function #135

Closed LightAndLight closed 2 years ago

LightAndLight commented 2 years ago

showCmd : Cmd -> String

Render a Cmd in POSIX shell syntax.

e.g.

> println (showCmd `echo hello`)
echo hello

Tasks