changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 649: 6e5006dfe7b8
parent 646: 95fd920af398
child 652: 328e1ff73938
     1.1--- a/lisp/lib/cli/clap/proto.lisp	Thu Sep 12 16:48:47 2024 -0400
     1.2+++ b/lisp/lib/cli/clap/proto.lisp	Thu Sep 12 22:38:22 2024 -0400
     1.3@@ -41,6 +41,10 @@
     1.4 
     1.5 (defgeneric active-opts (self &optional global))
     1.6 
     1.7+(defgeneric activate-opt (self))
     1.8+
     1.9+(defgeneric activate-cmd (self))
    1.10+
    1.11 (defgeneric find-short-opts (self ch &key))
    1.12 
    1.13 (defgeneric call-opt (self arg))