This adds a tezos-node storage command, with quite a few hacks necessary to get something "like" subcommands via Cmdliner.
Even with these hacks, it's not perfect: this subcommand specification would need to re-state any optional arguments in order to prevent the top-level Term.eval from immediately failing. There are no such optional arguments at the moment, but something to be wary of in the future.
This adds a
tezos-node storage
command, with quite a few hacks necessary to get something "like" subcommands via Cmdliner.Even with these hacks, it's not perfect: this subcommand specification would need to re-state any optional arguments in order to prevent the top-level
Term.eval
from immediately failing. There are no such optional arguments at the moment, but something to be wary of in the future.