CLIM mail archive
[Prev][Next][Index][Thread]
with-accept-help in command args
Can you influence the help string for command line arguments like regular
accept invokations (if so how)?
ie: You can do this (assume in CLIM)
(with-accept-help ((:top-level-help "My Help Message"))
(accept 'string))
what about ...
(define-my-application-command (com-my-string-input :name t) ((strg 'string))
...)
How can I change the help string to be what I want when I hit the help key
for the strg arg?
0,,
Follow-Ups:
Main Index |
Thread Index