Rename subcommands to consistently use `-` instead of `_`
Closed this issue ยท 2 comments
aescay commented
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 ๐
)
mikekaminsky commented
I'm 1000% for this :)
โฆOn Thu, Jul 30, 2020 at 8:47 AM Andrew Escay ***@***.***> wrote:
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 ๐
)
โ
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#29>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJFAYNBJTNW4DAELPJU6ILR6F2XBANCNFSM4PNZIHEA>
.
mikekaminsky commented
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.