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 \-
|
||||
.SH synopsis
|
||||
.PP
|
||||
\f[B]ros [options] wait\f[] args...
|
||||
.SH description
|
||||
\f[B]ros [options] wait\f[]
|
||||
.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
|
||||
.PP
|
||||
\f[I]ros\f[](1)
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
</header>
|
||||
<p>ros-wait -</p>
|
||||
<h1>synopsis</h1>
|
||||
<p><strong>ros [options] wait</strong> args...</p>
|
||||
<p><strong>ros [options] wait</strong></p>
|
||||
<!-- # subcommands -->
|
||||
|
||||
|
||||
|
|
@ -29,7 +29,12 @@
|
|||
<!-- : 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 -->
|
||||
|
||||
<!-- -->
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
ros-wait -
|
||||
# synopsis
|
||||
|
||||
**ros [options] wait** args...
|
||||
**ros [options] wait**
|
||||
|
||||
<!-- # subcommands -->
|
||||
|
||||
|
|
@ -10,7 +10,17 @@ ros-wait -
|
|||
|
||||
<!-- : 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 -->
|
||||
<!-- -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue