#258: Add CSV, JSON, YAML output formats on history command
Compare changes
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
+ 75
− 14
@@ -15,11 +15,14 @@ You should have received a copy of the GNU Affero General Public License
@@ -15,11 +15,14 @@ You should have received a copy of the GNU Affero General Public License
@@ -36,8 +39,16 @@ from silkaj.tools import CurrencySymbol
@@ -36,8 +39,16 @@ from silkaj.tools import CurrencySymbol
@@ -45,34 +56,85 @@ async def transaction_history(pubkey, uids, full_pubkey):
@@ -45,34 +56,85 @@ async def transaction_history(pubkey, uids, full_pubkey):
Try a normal history display. A JSON string is printed in the end, I did not search where it comes from.
Edited by matograine
@@ -118,7 +180,6 @@ async def generate_table(
@@ -118,7 +180,6 @@ async def generate_table(