-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
We have, as of now, 3 subcommands. Some share options, such as the network to connect to for node and the online mode of keysplit.
It would be nice to unify the infrastructure for the shared CLI parameters, by having some kind of shared options struct that is valid for every subcommand. This allows for clearer code reuse and makes the CLI more consistent across subcommands.
Reactions are currently unavailable