mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
run
Conflicts: documents/ros-run.1 documents/ros-run.html
This commit is contained in:
parent
30859773da
commit
57adc1139d
|
|
@ -1,11 +1,14 @@
|
|||
.TH "ros-run" "1" "" "" ""
|
||||
.nh \" Turn off hyphenation by default.
|
||||
.PP
|
||||
ros\-run \-
|
||||
.SH synopsis
|
||||
ros\-run \- start a REPL
|
||||
.SH Synopsis
|
||||
.PP
|
||||
\f[B]ros [options] run\f[] args...
|
||||
.SH description
|
||||
\f[B]ros [options] run\f[]
|
||||
.SH Description
|
||||
.PP
|
||||
Processes the given options and start a REPL using the currently
|
||||
effective lisp implementation set by \f[I]ros\-use\f[](1).
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
\f[I]ros\f[](1)
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@
|
|||
<li class="author">SANO Masatoshi</li>
|
||||
</ul>
|
||||
</header>
|
||||
<p>ros-run -</p>
|
||||
<h1>synopsis</h1>
|
||||
<p><strong>ros [options] run</strong> args...</p>
|
||||
<p>ros-run - start a REPL</p>
|
||||
<h1>Synopsis</h1>
|
||||
<p><strong>ros [options] run</strong></p>
|
||||
<!-- # subcommands -->
|
||||
|
||||
|
||||
|
|
@ -29,7 +29,8 @@
|
|||
<!-- : description. end with a period. -->
|
||||
|
||||
|
||||
<h1>description</h1>
|
||||
<h1>Description</h1>
|
||||
<p>Processes the given options and start a REPL using the currently effective lisp implementation set by <em>ros-use</em>(1).</p>
|
||||
<!-- # options -->
|
||||
|
||||
<!-- -->
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
|
||||
ros-run -
|
||||
# synopsis
|
||||
ros-run - start a REPL
|
||||
# Synopsis
|
||||
|
||||
**ros [options] run**
|
||||
|
||||
**ros [options] run** args...
|
||||
|
||||
<!-- # subcommands -->
|
||||
|
||||
|
|
@ -10,7 +11,10 @@ ros-run -
|
|||
|
||||
<!-- : description. end with a period. -->
|
||||
|
||||
# description
|
||||
# Description
|
||||
|
||||
Processes the given options and start a REPL using the currently effective
|
||||
lisp implementation set by _ros-use_(1).
|
||||
|
||||
<!-- # options -->
|
||||
<!-- -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue