diff options
author | Colin Okay <okay@toyful.space> | 2022-03-14 14:22:09 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-14 14:22:09 -0500 |
commit | 6dd2563a0f2b848e84f297a0a2296756c65f6246 (patch) | |
tree | 652e829ca7d0b9126be5a682fd794f5178405987 /lib | |
parent | 1a1de0bb8c18798064d103b70a1c06d20eb3ad05 (diff) |
made the note while hacking comment more visible
Diffstat (limited to 'lib')
-rw-r--r-- | lib/client.lisp | 12 |
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 |