clap_types 0.1.0

Generate strongly-typed command builders from clap command definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
[tool.black]
line-length = 88
target-version = ["py310"]

[tool.ruff]
line-length = 88
target-version = "py310"

[tool.ruff.format]
indent-style = "space"
quote-style = "double"