@@ -28,7 +28,7 @@ Shell out in Clojure with simplicity and ease.
2828
2929
3030
31- ## <a name =" babashka.process/$ " >` $ ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L514-L544 )
31+ ## <a name =" babashka.process/$ " >` $ ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L512-L542 )
3232<a name =" babashka.process/$ " ></a >
3333``` clojure
3434
@@ -43,13 +43,13 @@ Convenience macro around [`process`](#babashka.process/process). Takes command a
4343 be passed via metadata on the form or as a first map arg. Supports
4444 interpolation via ` ~ `
4545
46- ## <a name =" babashka.process/*defaults* " >` *defaults* ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L202-L207 )
46+ ## <a name =" babashka.process/*defaults* " >` *defaults* ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L200-L205 )
4747<a name =" babashka.process/*defaults* " ></a >
4848
4949Dynamic var containing overridable default options. Use
5050 ` alter-var-root ` to change permanently or ` binding ` to change temporarily.
5151
52- ## <a name =" babashka.process/alive? " >` alive? ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L628-L631 )
52+ ## <a name =" babashka.process/alive? " >` alive? ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L626-L629 )
5353<a name =" babashka.process/alive? " ></a >
5454``` clojure
5555
@@ -59,7 +59,7 @@ Dynamic var containing overridable default options. Use
5959
6060Returns ` true ` if the process is still running and false otherwise.
6161
62- ## <a name =" babashka.process/check " >` check ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L97-L117 )
62+ ## <a name =" babashka.process/check " >` check ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L95-L115 )
6363<a name =" babashka.process/check " ></a >
6464``` clojure
6565
@@ -69,7 +69,7 @@ Returns `true` if the process is still running and false otherwise.
6969
7070Takes a process, waits until is finished and throws if exit code is non-zero.
7171
72- ## <a name =" babashka.process/destroy " >` destroy ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L158-L163 )
72+ ## <a name =" babashka.process/destroy " >` destroy ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L156-L161 )
7373<a name =" babashka.process/destroy " ></a >
7474``` clojure
7575
@@ -80,7 +80,7 @@ Takes a process, waits until is finished and throws if exit code is non-zero.
8080Destroys the process and returns the input arg. Takes process or map
8181 with : proc (` java.lang.ProcessBuilder ` ).
8282
83- ## <a name =" babashka.process/destroy-tree " >` destroy-tree ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L167-L175 )
83+ ## <a name =" babashka.process/destroy-tree " >` destroy-tree ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L165-L173 )
8484<a name =" babashka.process/destroy-tree " ></a >
8585``` clojure
8686
@@ -91,7 +91,7 @@ Destroys the process and returns the input arg. Takes process or map
9191Same as [[ ` destroy ` ] ( #babashka.process/destroy )] ( #babashka.process/destroy ) but also destroys all descendants. JDK9+
9292 only. Falls back to [[ ` destroy ` ] ( #babashka.process/destroy )] ( #babashka.process/destroy ) on older JVM versions.
9393
94- ## <a name =" babashka.process/exec " >` exec ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L569-L597 )
94+ ## <a name =" babashka.process/exec " >` exec ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L567-L595 )
9595<a name =" babashka.process/exec " ></a >
9696``` clojure
9797
@@ -103,7 +103,7 @@ Replaces the current process image with the process image specified
103103 by the given path invoked with the given args. Works only in GraalVM
104104 native images. Override the first argument using ` :arg0 ` .
105105
106- ## <a name =" babashka.process/parse-args " >` parse-args ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L267-L312 )
106+ ## <a name =" babashka.process/parse-args " >` parse-args ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L265-L310 )
107107<a name =" babashka.process/parse-args " ></a >
108108``` clojure
109109
@@ -118,7 +118,7 @@ Parses arguments to [`process`](#babashka.process/process) to map with:
118118 * ` :opts ` : options map
119119
120120
121- ## <a name =" babashka.process/pb " >` pb ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L314-L321 )
121+ ## <a name =" babashka.process/pb " >` pb ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L312-L319 )
122122<a name =" babashka.process/pb " ></a >
123123``` clojure
124124
@@ -128,7 +128,7 @@ Parses arguments to [`process`](#babashka.process/process) to map with:
128128
129129Returns a process builder (as record).
130130
131- ## <a name =" babashka.process/pipeline " >` pipeline ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L459-L493 )
131+ ## <a name =" babashka.process/pipeline " >` pipeline ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L457-L491 )
132132<a name =" babashka.process/pipeline " ></a >
133133``` clojure
134134
@@ -147,7 +147,7 @@ Returns the processes for one pipe created with -> or creates
147147 Also see [ Pipelines] ( /README.md#pipelines ) .
148148
149149
150- ## <a name =" babashka.process/process " >` process ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L394-L442 )
150+ ## <a name =" babashka.process/process " >` process ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L392-L440 )
151151<a name =" babashka.process/process " ></a >
152152``` clojure
153153
@@ -201,7 +201,7 @@ Creates a child process. Takes a command (vector of strings or
201201 running processes are cleaned up on shutdown.
202202 - ` :exit-fn ` : a function which is executed upon exit. Receives process map as argument. Only supported in JDK11+.
203203
204- ## <a name =" babashka.process/process* " >` process* ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L331-L392 )
204+ ## <a name =" babashka.process/process* " >` process* ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L329-L390 )
205205<a name =" babashka.process/process* " ></a >
206206``` clojure
207207
@@ -211,7 +211,7 @@ Creates a child process. Takes a command (vector of strings or
211211
212212Same as with [ ` process ` ] ( #babashka.process/process ) but called with parsed arguments (the result from [ ` parse-args ` ] ( #babashka.process/parse-args ) )
213213
214- ## <a name =" babashka.process/sh " >` sh ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L546-L556 )
214+ ## <a name =" babashka.process/sh " >` sh ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L544-L554 )
215215<a name =" babashka.process/sh " ></a >
216216``` clojure
217217
@@ -224,7 +224,7 @@ Convenience function similar to `clojure.java.shell/sh` that sets
224224 ` cjs/sh ` it does not check the exit code (this can be done with
225225 [ ` check ` ] ( #babashka.process/check ) ).
226226
227- ## <a name =" babashka.process/shell " >` shell ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L605-L626 )
227+ ## <a name =" babashka.process/shell " >` shell ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L603-L624 )
228228<a name =" babashka.process/shell " ></a >
229229``` clojure
230230
@@ -246,7 +246,7 @@ Convenience function around [`process`](#babashka.process/process) that was orig
246246
247247 Also see the [ ` shell ` ] ( #babashka.process/shell ) entry in the babashka book [ here] ( https://book.babashka.org/#_shell ) .
248248
249- ## <a name =" babashka.process/start " >` start ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L495-L501 )
249+ ## <a name =" babashka.process/start " >` start ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L493-L499 )
250250<a name =" babashka.process/start " ></a >
251251``` clojure
252252
@@ -256,7 +256,7 @@ Convenience function around [`process`](#babashka.process/process) that was orig
256256
257257Takes a process builder, calls start and returns a process (as record).
258258
259- ## <a name =" babashka.process/tokenize " >` tokenize ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L15-L64 )
259+ ## <a name =" babashka.process/tokenize " >` tokenize ` </a > [ 📃] ( https://github.com/babashka/process/blob/master/src/babashka/process.cljc#L15-L62 )
260260<a name =" babashka.process/tokenize " ></a >
261261``` clojure
262262
0 commit comments