You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the output for the wallet is quite raw and can be quite difficult to read, we will need to make it look nicer for the shell user.
We might want to keep the raw output for the non-shell user (running with the no-shell flag), to allow the output to be consumed by downstream programs (shell script/ python?).
We can also use prettytable to create a tabular output, an example can be found in @oxade 's branch 69375a0
The text was updated successfully, but these errors were encountered:
Actually maybe a better task for someone new. Plus it's not critical right now.
patrickkuo
changed the title
[fastx CLI] Improve demo wallet's UX and make the output prettier
[fastx CLI] Improve demo wallet's UX and add option to choose between pretty print or json output
Feb 11, 2022
the output for the wallet is quite raw and can be quite difficult to read, we will need to make it look nicer for the shell user.
We might want to keep the raw output for the non-shell user (running with the no-shell flag), to allow the output to be consumed by downstream programs (shell script/ python?).
We can also use prettytable to create a tabular output, an example can be found in @oxade 's branch 69375a0
The text was updated successfully, but these errors were encountered: