ikamensh / flynt

A tool to automatically convert old string literal formatting to f-strings
MIT License
689 stars 33 forks source link

Fix state reading from args, support state with `--string` #163

Closed akx closed 1 year ago

akx commented 1 year ago

Turns out #155 had a bug that prevented -tc, etc. to be propagated to the State. My bad...!

This also fixes #162 on the way.