Add support for free-form text in command-line description.
This commit is contained in:
parent
aeb7ec1d6e
commit
8d514783a0
2 changed files with 56 additions and 36 deletions
|
|
@ -74,6 +74,9 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
(-license () "Show licensing terms"
|
||||
(print license-text)
|
||||
(exit 0))
|
||||
""
|
||||
"Test"
|
||||
""
|
||||
(-members (dir) "Members base directory" (*members-directory* dir))
|
||||
(-context (n) "Member-File parser Error Context (lines)" (*member-file-context* (string->number n)))
|
||||
(-mi (id) "Specify member by id" (-member-id- (string->number id)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue