ssbc / go-ssb

Go implementation of ssb (work in progress!)
https://scuttlebutt.nz
160 stars 26 forks source link

Capitalization in sbotcli's remoteKey flag #329

Closed KyleMaas closed 1 year ago

KyleMaas commented 1 year ago

sbotcli has a string flag remoteKey. It's the only one of the flags that has a capital letter. Is there any reason that couldn't be made lowercase for consistency? Or at least have it be primarily lowercase but accept the old form for compatibility and deprecate that form?

KyleMaas commented 1 year ago

Thinking changing it to remotekey with an alternate name of remoteKey:

https://cli.urfave.org/v2/examples/flags/#alternate-names

KyleMaas commented 1 year ago

Fixed in #327