tui-clap 0.2.0

Provides tui-rs widgets to output and text input which is parsed by clap
Documentation
name: myapp
version: "1.0"
author: Kevin K. <kbknapp@gmail.com>
about: Does awesome things
args:
  - config:
      short: c
      long: config
      value_name: FILE
      about: Sets a custom config file
      takes_value: true
  - INPUT:
      about: Sets the input file to use
      required: true
      index: 1
  - verbose:
      short: v
      about: Sets the level of verbosity
subcommands:
  - test:
      about: controls testing features
      version: "1.3"
      author: Someone E. <someone_else@other.com>
      args:
        - debug:
            short: d