Skip to content

Commit

Permalink
show help when NAME:
Browse files Browse the repository at this point in the history
  lisp script - maintain ros scripts

USAGE:
  lisp [global-options] script [<command>] [command-options] [arguments ...]

OPTIONS:
      --help  display usage information and exit

COMMANDS:
  impl       install script to run implementation
  init       Create a roswell script.
  install    Install roswell script to PATH.
  run        Run roswell script.
  uninstall  Uninstall roswell script package based installation

AUTHORS:
  SANO Masatoshi

LICENSE:
  MIT
  • Loading branch information
snmsts committed Nov 27, 2023
1 parent 9820c6a commit 8eec492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/script/main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@

(defun handler (cmd)
"Handler for just evaluate options"
)
(unless (clingon:command-arguments cmd)
(clingon:run cmd '("--help"))))

0 comments on commit 8eec492

Please sign in to comment.