larpa 0.1.1

Lousy ARgument PArser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<pre><code>$ frobnicator --help
Data frobnication tool.

<b>frobnicator</b> [-vq] [--version] [--verbose] [--quiet] [--help] [-n &lt;ITERATIONS&gt;]
            [--config=&lt;CONFIG&gt;] <b>&lt;OBJECT&gt;</b>

<b>ARGUMENTS</b>:
  <b>OBJECT</b>  The object to frobnicate (mandatory).

<b>OPTIONS</b>:
  <b>    --version</b>        Print version information.
  <b>-v, --verbose</b>        Output more information.
  <b>-q, --quiet</b>          Output less information.
  <b>-n</b> ITERATIONS        How many times to frobnicate the data (at least 1). <span style="color:gray">[default: 5]</span>
  <b>    --config</b>=CONFIG  Path to the configuration file.
  <b>    --help</b>           Print help information.
</code></pre>