changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/cli/clap/pkg.lisp

revision 655: 65102f74d1ae
parent 653: 119532882cb1
child 661: 39170f311b8c
     1.1--- a/lisp/lib/cli/clap/pkg.lisp	Sun Sep 15 22:23:16 2024 -0400
     1.2+++ b/lisp/lib/cli/clap/pkg.lisp	Mon Sep 16 21:28:33 2024 -0400
     1.3@@ -44,7 +44,8 @@
     1.4    :clap-missing-argument
     1.5    :clap-invalid-argument
     1.6    :activate-cmd
     1.7-   :activate-opt))
     1.8+   :activate-opt
     1.9+   :find-opt))
    1.10 
    1.11 (defpackage :cli/clap/ast
    1.12   (:use :cl :std :log :dat/sxp)