mikekaminsky/dbt-helper

Rename subcommands to consistently use `-` instead of `_`

Closed this issue ยท 2 comments

Using dashes - vs underscores _ should keep things consistent and easy to type while hacking away. Should be a very quick fix that I'm happy to do. (likely later today ๐Ÿ˜… )

Note: we should start with adding the new functions, and then adding a soft deprecation warning to the old versions. Then we can switch to hard deprecation and error in a future release.