your-tools / tbump

Bump software releases
BSD 3-Clause "New" or "Revised" License
158 stars 22 forks source link

Refactor tbump.cli.run() #141

Closed dmerejkowsky closed 2 years ago

dmerejkowsky commented 2 years ago

We keep the flexibility of doctopt, but we introduce a proper Arguments dataclass - like we were using Rust's structopt.

It works :)