busser / tfautomv

Generate Terraform moved blocks automatically for painless refactoring
https://github.com/busser/tfautomv
Apache License 2.0
693 stars 24 forks source link

fix: revert back to standard lib flag package #20

Closed busser closed 1 year ago

busser commented 1 year ago

Turns out that the pflag package logs a cryptic error when a user uses the -h or --help flag. Reverting back to the standard library's flag package as a consequence.

This removes an external dependency.