kmdparse 0.0.2

Parsing user's commands into arbitrary Rust types
Documentation
1
2
3
4
5
6
7
repos:
  - repo: https://github.com/doublify/pre-commit-rust
    rev: eeee35a89e69d5772bdee97db1a6a898467b686e
    hooks:
      - id: fmt
      - id: clippy
        args: ["--tests", "--all", "--", "-D", "warnings", "-A", "dead_code", "-D", "clippy::semicolon-if-nothing-returned"]