kommand 0.15.2

Command-line arguments via function arguments
Documentation
<div align="center">
  <h1><code>kommand</code></h1>

  <p>
    <strong>Command-line arguments via function arguments</strong>
  </p>

  <p>
    <a href="https://github.com/sunfishcode/nameless/actions?query=workflow%3ACI"><img src="https://github.com/sunfishcode/nameless/workflows/CI/badge.svg" alt="Github Actions CI Status" /></a>
    <a href="https://crates.io/crates/kommand"><img src="https://img.shields.io/crates/v/kommand.svg" alt="crates.io page" /></a>
    <a href="https://docs.rs/kommand"><img src="https://docs.rs/kommand/badge.svg" alt="docs.rs docs" /></a>
  </p>
</div>

This is a command-line parser similar to [`paw`] but which allows
arguments to be given as function arguments rather than as struct
fields.

See [`nameless`] for examples.

[`nameless`]: https://github.com/sunfishcode/nameless