From 812f0b042a28de4c50bf1aa03009282b1ad6c5a2 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 18 Nov 2020 10:17:01 -0500 Subject: [PATCH] Note natural-cli --- tt.rkt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tt.rkt b/tt.rkt index b691fd0..409ef51 100644 --- a/tt.rkt +++ b/tt.rkt @@ -34,6 +34,9 @@ ; - d | download ; - u | upload ; - calls user-configured command to upload user's own feed file to their server +; +; Looks like a better CLI parser than "racket/cmdline": +; https://docs.racket-lang.org/natural-cli/ #lang racket -- 2.20.1