-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
dnst
command help uses lowercase single words to document command line options, while dnsi
uses SNAKE_CASE
.
One of our older more mature Rust products, Routinator, also uses the lowercase single word option style.
We should decide if we want consistency and if so with what? With our own Rust tools? With our earlier non-Rust tools? With other tools in the ecosystem?
Switching to lowercase single word option style for dnsi
would at least make dnsi
, dnst
and routinator
consistent with each other, but I note that even our RPKI tooling is not consistent as rtrtr
uses UPPERCASE single word option style while krill
and krillc
use lowercase single word option style (with the exception of URI
).
Metadata
Metadata
Assignees
Labels
No labels