hemilabs / heminetwork

The hemi network core daemons.
MIT License
67 stars 42 forks source link

hemictl: parse key/value from args #220

Open joshuasing opened 2 months ago

joshuasing commented 2 months ago

Confirmation

Problem

No response

Suggested solution

In hemictl, when making a RPC request like tbcapi-block-headers-by-height, we should be able to provide arguments in the format height=100 instead of needing to provide them as JSON (e.g. {"height": 100}).

Additional Information

No response