Skip to content

Commit

Permalink
show help when 'lisp script init'
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Nov 27, 2023
1 parent 8eec492 commit 9d9c3e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/script/init/main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
(name (first args))
(name (namestring (make-pathname :defaults name :type nil)))
params)
(unless (clingon:command-arguments cmd)
(clingon:run cmd '("--help")))
(map () (lambda (i)
(setf name (remove i name)))
"./\\")
Expand Down

0 comments on commit 9d9c3e3

Please sign in to comment.