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 --format flag is used to change the output from human readable format (text) to json or cbor. Currently it has three implementations (account.go, notwork.go and paratime.go). Unify the behavior of this flag as a common flag and add it to specific commands that support it.
The text was updated successfully, but these errors were encountered:
The
--format
flag is used to change the output from human readable format (text
) tojson
orcbor
. Currently it has three implementations (account.go, notwork.go and paratime.go). Unify the behavior of this flag as a common flag and add it to specific commands that support it.The text was updated successfully, but these errors were encountered: