mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
ros-wait
Conflicts: documents/ros-wait.1 documents/ros-wait.html
This commit is contained in:
parent
63614d00b1
commit
f7694bc244
|
|
@ -4,8 +4,23 @@
|
||||||
ros\-wait \-
|
ros\-wait \-
|
||||||
.SH synopsis
|
.SH synopsis
|
||||||
.PP
|
.PP
|
||||||
\f[B]ros [options] wait\f[] args...
|
\f[B]ros [options] wait\f[]
|
||||||
.SH description
|
.SH Description
|
||||||
|
.PP
|
||||||
|
Wait forever after processing the options.
|
||||||
|
.PP
|
||||||
|
Useful when the application should work as a background/daemonized
|
||||||
|
application.
|
||||||
|
.SH Usecase
|
||||||
|
.PP
|
||||||
|
This loads and launches a clack application and wait for the request
|
||||||
|
from the client.
|
||||||
|
.IP
|
||||||
|
.nf
|
||||||
|
\f[C]
|
||||||
|
$\ ros\ \-sp\ clack\ \-l\ app.lisp\ \-e\ \[aq](clack:clackup)\[aq]\ wait
|
||||||
|
\f[]
|
||||||
|
.fi
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.PP
|
.PP
|
||||||
\f[I]ros\f[](1)
|
\f[I]ros\f[](1)
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
</header>
|
</header>
|
||||||
<p>ros-wait -</p>
|
<p>ros-wait -</p>
|
||||||
<h1>synopsis</h1>
|
<h1>synopsis</h1>
|
||||||
<p><strong>ros [options] wait</strong> args...</p>
|
<p><strong>ros [options] wait</strong></p>
|
||||||
<!-- # subcommands -->
|
<!-- # subcommands -->
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -29,7 +29,12 @@
|
||||||
<!-- : description. end with a period. -->
|
<!-- : description. end with a period. -->
|
||||||
|
|
||||||
|
|
||||||
<h1>description</h1>
|
<h1>Description</h1>
|
||||||
|
<p>Wait forever after processing the options.</p>
|
||||||
|
<p>Useful when the application should work as a background/daemonized application.</p>
|
||||||
|
<h1>Usecase</h1>
|
||||||
|
<p>This loads and launches a clack application and wait for the request from the client.</p>
|
||||||
|
<pre><code>$ ros -sp clack -l app.lisp -e '(clack:clackup)' wait</code></pre>
|
||||||
<!-- # options -->
|
<!-- # options -->
|
||||||
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
ros-wait -
|
ros-wait -
|
||||||
# synopsis
|
# synopsis
|
||||||
|
|
||||||
**ros [options] wait** args...
|
**ros [options] wait**
|
||||||
|
|
||||||
<!-- # subcommands -->
|
<!-- # subcommands -->
|
||||||
|
|
||||||
|
|
@ -10,7 +10,17 @@ ros-wait -
|
||||||
|
|
||||||
<!-- : description. end with a period. -->
|
<!-- : description. end with a period. -->
|
||||||
|
|
||||||
# description
|
# Description
|
||||||
|
|
||||||
|
Wait forever after processing the options.
|
||||||
|
|
||||||
|
Useful when the application should work as a background/daemonized application.
|
||||||
|
|
||||||
|
# Usecase
|
||||||
|
|
||||||
|
This loads and launches a clack application and wait for the request from the client.
|
||||||
|
|
||||||
|
$ ros -sp clack -l app.lisp -e '(clack:clackup)' wait
|
||||||
|
|
||||||
<!-- # options -->
|
<!-- # options -->
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue