allow ecl to handle args correctly - clic - Clic is an command line interactive… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 0fcdde2a1c6940a0017d86ba3ae3c6a935f26dbe | |
parent f8f8debb68722c7f503eb56d44bc208a2a8f0d31 | |
Author: Solene Rapenne <[email protected]> | |
Date: Sun, 5 Nov 2017 17:06:28 +0000 | |
allow ecl to handle args correctly | |
Diffstat: | |
M clic.lisp | 7 +++++-- | |
1 file changed, 5 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/clic.lisp b/clic.lisp | |
@@ -269,5 +269,8 @@ | |
(when (string= "1" (location-type destination)) | |
(shell)))) | |
- | |
- | |
+;; we allow ecl to use a new kind of argument | |
+;; not sure how it works but that works | |
+#+ecl | |
+(defconstant +uri-rules+ | |
+ '(("*DEFAULT*" 1 "" :stop))) |