changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 646: 95fd920af398
parent 645: 3e6a17fb5712
child 649: 6e5006dfe7b8
     1.1--- a/lisp/lib/cli/clap/pkg.lisp	Wed Sep 11 17:24:07 2024 -0400
     1.2+++ b/lisp/lib/cli/clap/pkg.lisp	Wed Sep 11 18:08:29 2024 -0400
     1.3@@ -33,7 +33,15 @@
     1.4    :clap-simple-error
     1.5    :clap-simple-warning
     1.6    :clap-warning
     1.7-   :clap-unknown-argument))
     1.8+   :clap-unknown-argument
     1.9+   :handle-unknown-opt
    1.10+   :handle-missing-opt
    1.11+   :handle-invalid-opt
    1.12+   :handle-unknown-arg
    1.13+   :handle-missing-arg
    1.14+   :handle-invalid-arg
    1.15+   :clap-missing-argument
    1.16+   :clap-invalid-argument))
    1.17 
    1.18 (defpackage :cli/clap/ast
    1.19   (:use :cl :std :log :dat/sxp)