ssbc/go-ssb

Capitalization in sbotcli's remoteKey flag

Closed this issue · 2 comments

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?

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

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

Fixed in #327