App-Spec

 view release on metacpan or  search on metacpan

examples/html/myapp.html  view on Meta::CPAN

          <li><a href="#weather-show">weather show</a></li>
          <li><a href="#help">help</a></li>
          <li><a href="#meta">_meta</a></li>
          <li><a href="#meta-completion">_meta completion</a></li>
          <li><a href="#meta-completion-generate">_meta completion generate</a></li>
          <li><a href="#meta-pod">_meta pod</a></li>
          <li><a href="#meta-pod-generate">_meta pod generate</a></li>
        </ul>
      </li>
    </ul>
  </li>
</ul>

<h1 id="NAME">NAME</h1>

<p>myapp - My Very Cool App</p>

<h1 id="ABSTRACT">ABSTRACT</h1>

<p>This app can do very cool things</p>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p>This is a very useful description for myapp. This is a very useful description for myapp. This is a very useful description for myapp. This is a very useful description for myapp.</p>

<h2 id="GLOBAL-OPTIONS">GLOBAL OPTIONS</h2>

<pre><code>    --verbose -v   [] be verbose (flag; multiple)
    --help -h         Show command help (flag)   
    --format          Format output              </code></pre>

<h2 id="SUBCOMMANDS">SUBCOMMANDS</h2>

<h3 id="config">config</h3>

<pre><code>    myapp  config [options]</code></pre>

<p>configuration</p>

<p>Options:</p>

<pre><code>    --set   {} key=value pair(s) (multiple; mapping)</code></pre>

<h3 id="convert">convert</h3>

<pre><code>    myapp  convert &lt;type&gt; &lt;source&gt; &lt;value&gt; &lt;target&gt;+</code></pre>

<p>Various unit conversions</p>

<p>Parameters:</p>

<pre><code>    type    *    The type of unit to convert    
    source  *    The source unit to convert from
    value   *    The value to convert           
    target  * [] The target unit (multiple)     </code></pre>

<h3 id="cook">cook</h3>

<pre><code>    myapp  cook [options] &lt;drink&gt;</code></pre>

<p>Cook something</p>

<p>Options:</p>

<pre><code>    --with        Drink with ...  
    --sugar -s    add sugar (flag)</code></pre>

<p>Parameters:</p>

<pre><code>    drink  *  What to drink</code></pre>

<h3 id="data">data</h3>

<pre><code>    myapp  data [options]</code></pre>

<p>output some data</p>

<p>Options:</p>

<pre><code>    --item    </code></pre>

<h3 id="palindrome">palindrome</h3>

<pre><code>    myapp  palindrome &lt;string&gt;</code></pre>

<p>Check if a string is a palindrome</p>

<p>Parameters:</p>

<pre><code>    string  *  </code></pre>

<h3 id="weather">weather</h3>

<pre><code>    myapp  weather &lt;subcommands&gt;</code></pre>

<p>Weather</p>

<h3 id="weather-cities">weather cities</h3>

<pre><code>    myapp weather cities [options]</code></pre>

<p>show list of cities</p>

<p>Options:</p>

<pre><code>    --country -c   [] country name(s) (multiple)</code></pre>

<h3 id="weather-countries">weather countries</h3>

<pre><code>    myapp weather countries</code></pre>

<p>show list of countries</p>

<h3 id="weather-show">weather show</h3>

<pre><code>    myapp weather show [options] &lt;country&gt; &lt;city&gt;+</code></pre>

<p>Show Weather forecast</p>

<p>Options:</p>



( run in 0.493 second using v1.01-cache-2.11-cpan-39bf76dae61 )