roswell.roswell/documents/html/ros-wait.html
2019-04-11 05:30:27 +00:00

39 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>ros-wait(1)</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="../ros.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<h1 class="title">ros-wait(1)</h1>
<ul>
<li class="author">Roswell Project Team</li>
</ul>
</header>
<p>ros-wait - # synopsis</p>
<p><strong>ros [options] wait</strong></p>
<!-- # subcommands -->
<!-- somecommand -->
<!-- : description. end with a period. -->
<h1 id="description">Description</h1>
<p>Wait forever after processing the options.</p>
<p>Useful when the application should work as a background/daemonized application.</p>
<h1 id="usecase">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 &#39;(clack:clackup)&#39; wait</code></pre>
<!-- # options -->
<!-- -->
<!-- # Environmental Variables -->
<h1 id="see-also">SEE ALSO</h1>
<p><em><a href="ros.html">ros</a></em>(1) _</p>
</body>
</html>