bugmark / bugmark_cl

Bugmark Command Line Client
0 stars 3 forks source link

add information to "contract show" #57

Closed GeorgLink closed 6 years ago

GeorgLink commented 6 years ago

When I look at a contract, I want to know more information:

andyl commented 6 years ago

bmx contract show now displays:

You now have two commands: bmx contract positions and bmx contract escrows. Note that you can use the local cache to avoid cutting/pasting contract uuids:

bmx contract list #> caches the results bmx contract positions cached_contracts_uuid_first #> shows positions bmx contract escrows cached_contracts_uuid_first #> shows escrows

GeorgLink commented 6 years ago

​Thank you.