aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-14 14:22:09 -0500
committerColin Okay <okay@toyful.space>2022-03-14 14:22:09 -0500
commit6dd2563a0f2b848e84f297a0a2296756c65f6246 (patch)
tree652e829ca7d0b9126be5a682fd794f5178405987
parent1a1de0bb8c18798064d103b70a1c06d20eb3ad05 (diff)
made the note while hacking comment more visible
-rw-r--r--lib/client.lisp12
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/client.lisp b/lib/client.lisp
index 4aff60d..39d60ec 100644
--- a/lib/client.lisp
+++ b/lib/client.lisp
@@ -16,10 +16,14 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(in-package :oneliners.cli)
-;; >>>>>NOTE WHILE HACKING<<<<<. Each of the functions below that make
-;; HTTP requests are meant to be called within the body of a
-;; WITH-LOCAL-STATE form. If you are hacking in the REPL, make sure
-;; to wrap function calls appropriately.
+;;;; >>>>>NOTE WHILE HACKING<<<<<.
+;;;; ----------------------------------------------------------------
+;;;; Each of the functions below that make HTTP requests are meant to
+;;;; be called within the body of a WITH-LOCAL-STATE form. If you are
+;;;; hacking in the REPL, make sure to wrap function calls
+;;;; appropriately.
+;;;; ----------------------------------------------------------------
+
;;; GETTING ONELINERS & DISPLAYING ONELINERS