From 8c41237f7af69b55f50d325cda2fe618f2aab9c6 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 12 Jan 2020 20:18:37 +0100 Subject: [PATCH] sig -> signal --- README.md | 4 ++-- src/babashka/main.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 137e75c6..f65af552 100644 --- a/README.md +++ b/README.md @@ -263,10 +263,10 @@ Waits for TCP connection to be available on host and port. Options map supports Waits for file path to be available. Options map supports `:default`, `:timeout` and `:pause`. If `:timeout` is provided and reached, `:default`'s value (if any) is returned. The `:pause` option determines the time waited between retries. -- `sig/pipe-signal-received?`. Usage: +- `signal/pipe-signal-received?`. Usage: ``` clojure -(sig/pipe-signal-received?) +(signal/pipe-signal-received?) ``` Returns true if `PIPE` signal was received. Example: diff --git a/src/babashka/main.clj b/src/babashka/main.clj index 0237df88..1761a550 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -213,7 +213,7 @@ Everything after that is bound to *command-line-args*.")) '{tools.cli 'clojure.tools.cli edn clojure.edn wait babashka.wait - sig babashka.signal + signal babashka.signal shell clojure.java.shell io clojure.java.io async clojure.core.async