-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Description
Here are some examples:
Docs for structopt
Rendered
DOM
<pre><code class="language-toml">[dependencies]
structopt = { version = "0.3", features = [ "paw" ] }
paw = "1.0"
</code></pre>
Docs for clap
Rendered
DOM
<pre><code class="language-yaml">name: myapp
version: "1.0"
author: Kevin K. <[email protected]>
about: Does awesome things
args:
- config:
short: c
long: config
value_name: FILE
help: Sets a custom config file
takes_value: true
- INPUT:
help: Sets the input file to use
required: true
index: 1
- verbose:
short: v
multiple: true
help: Sets the level of verbosity
subcommands:
- test:
about: controls testing features
version: "1.3"
author: Someone E. <[email protected]>
args:
- debug:
short: d
help: print debug information
</code></pre>
Metadata
Metadata
Assignees
Labels
No labels