zsh-plugin-cli 0.2.1

A command-line tool to generate new Zsh plugins.
# Description

Please include a summary of the changes and the related issue(s). Please also
include relevant motivation and context. List any dependencies that are
required for this change.

- Issue #; reason

## Type and Scope of change

Please check ALL options that are relevant.

- [ ] Bug fix
  - [ ] Regression test cases
- [ ] New feature (includes new tests/documentation)
- [ ] Breaking change
- [ ] Test suite update
- [ ] Inline Documentation update
- [ ] Site/Book Documentation update

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details for
your test configuration

- [ ] Test A
- [ ] Test B

Note that test _should_ refer to issues that describe bugs or features they
are covering. In the case of regression tests this is a requirement.

### Environment

Please provide the following information, and any other (browser, other
compiler, linker) tool versions that may be relevant.

- Platform e.g.`uname -a`:
- Rust e.g.`rustic -vV`:
- Cargo e.g.`cargo -vV`:

## Checklist

- [ ] I have read the project's Contributing guidelines.
- [ ] I have read the project's Code of Conduct.
- [ ] My code follows the style guidelines of this project (e.g. run
      `cargo fmt`).
- [ ] I have performed a self-review of my code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [ ] My changes generate no new warnings.
- [ ] My changes DO NOT require unstable features without prior agreement.
- [ ] I have added tests that prove my fix is effective or that my feature
      works.
- [ ] New and existing unit tests pass locally with my changes.
- [ ] Any dependent changes have been merged and published in downstream
      crates.