mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
add ros-help.md
This commit is contained in:
parent
49c89174e2
commit
0ab308cb84
|
|
@ -6,7 +6,8 @@
|
|||
# https://github.com/jgm/pandoc-templates/blob/master/default.man
|
||||
|
||||
MDS = ros.md ros-dump.md ros-init.md ros-install.md ros-list.md ros-setup.md \
|
||||
ros-config.md ros-delete.md ros-emacs.md ros-run.md ros-use.md ros-wait.md ros-asdf.md ros-build.md ros-update.md
|
||||
ros-config.md ros-delete.md ros-emacs.md ros-run.md ros-use.md ros-wait.md ros-asdf.md ros-build.md ros-update.md \
|
||||
ros-help.md
|
||||
# separated by semicolons
|
||||
PANDOC_AUTHORS="Roswell Project Team"
|
||||
|
||||
|
|
|
|||
22
documents/ros-help.md
Normal file
22
documents/ros-help.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
ros-help - Show Command help
|
||||
|
||||
# Synopsis
|
||||
|
||||
**ros help** [subcommand or topics]
|
||||
|
||||
<!-- # subcommands -->
|
||||
|
||||
<!-- somecommand -->
|
||||
<!-- :description. end with a period. -->
|
||||
|
||||
# Description
|
||||
|
||||
**ros help** shows description of subcommand or topics
|
||||
|
||||
<!-- # options -->
|
||||
<!-- -->
|
||||
<!-- # Environmental Variables -->
|
||||
|
||||
# SEE ALSO
|
||||
_sbcl_(1), _ros_(1)
|
||||
|
||||
Loading…
Reference in a new issue