sander76 / clipstick

create cli applications using pydantic models
https://sander76.github.io/clipstick/
MIT License
27 stars 3 forks source link

Fix help #46

Closed NikolayXHD closed 10 months ago

NikolayXHD commented 10 months ago

addresses #45

Prevent crashing while displaying help on -h in 2 cases

  1. argument type is optional, e.g. int | None
  2. argument type is literal with non-string values, e.g. Literal[1, 2]