chaintope/tapyrus-signer

Unify a format of the arguments.

Closed this issue · 3 comments

Arguments of the tapyrus-signerd should be updated.
For now,

  • one is snake_case(to_address),
  • one is kebab-case(skip-waiting-ibd)
  • others are simply concatenating lower case words.

I prefer 3rd one which is "others are simply concatenating lower case words.".
Because tapyrusd uses this one.

However, consistency is most important. I don't mind which one is selected.

Concatenating lower case words is sometimes hard to read, I think.

Concatenating lower case words is sometimes hard to read, I think.

I think so too. About cli option, I like kebab-case.