node-saku icon indicating copy to clipboard operation
node-saku copied to clipboard

Inject env vars

Open kt3k opened this issue 6 years ago • 1 comments

For example

# hello
> Say hello
> - NAME=john

    echo hello $NAME

and saku hello outputs hello john. (just idea)

kt3k avatar Feb 27 '18 00:02 kt3k

hello

Say hello

  • NAME=john
echo hello $NAME

kt3k avatar Feb 27 '18 02:02 kt3k