interchainio / delegation

ICF ATOM Delegation
9 stars 5 forks source link

Use a CLI lib (cobra) for the tools #14

Closed ebuchman closed 5 years ago

ebuchman commented 5 years ago

Tools are currently just hacked together. Let's use cobra to provide more structure, and to use flags for the global vars

thanethomson commented 5 years ago

Any particular reason for using the Cobra library over the standard flag package?

zramsay commented 5 years ago

it's just just flags, but the nice framework for helpers / subcommands, etc