(invoke-ptr-oneshot {:keys [process lang layout] :as rt :or {layout :full}}
ptr
args)
gets the oneshow invoke working
gets the oneshow invoke working
(raw-eval-oneshot {:keys [exec process] :as rt} body)
evaluates a raw statement with oneshot
evaluates a raw statement with oneshot
(rt-oneshot {:keys [id lang runtime program process] :as m})
creates a oneshot runtime
creates a oneshot runtime
(rt-oneshot-setup lang program process exec)
(rt-oneshot-setup lang program process exec context)
helper function for preparing oneshot params
helper function for preparing oneshot params
(rt-oneshot:create
{:keys [id lang runtime exec program process] :as m :or {runtime :oneshot}})
creates a oneshot runtime
creates a oneshot runtime
(sh-exec input-args
input-body
{:keys [pipe trim stderr raw root] :or {trim str/trim-newlines}})
basic function for executing a shell process
basic function for executing a shell process
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close