clon
clon copied to clipboard
The Command-Line Options Nuker
Seems, new CLON is broken. I started to receive this error: ``` System "net.didierverna.clon.termio" not found [Condition of type QUICKLISP-CLIENT:SYSTEM-NOT-FOUND] Restarts: 0: [CONTINUE] Try again 1: [ABORT] Give up on...
If I try to load: ``` (in-package :cl-user) (defpackage :bug (:use :cl)) (in-package :bug) (eval-when (:execute :load-toplevel :compile-toplevel) (net.didierverna.clon:nickname-package)) (clon:defsynopsis () (text :contents "Some texts") (xswitch :short-name "s" :long-name "xswitch"...
Hi, It would be nice if CLON supported having options anywhere on the command line. For example, suppose I want to add an option at the end of a command...