Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list-banks: use AccountingFormatter class #524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmoussa1
Copy link
Member

@cmoussa1 cmoussa1 commented Nov 1, 2024

Problem

The list-banks command defines its own formatting for the output of the command, but the Python bindings now has its own common formatter and SQL utilities.


This PR edits the list-banks command to make use of the new formatter and external SQLite utilities. It also changes the default for the --fields optional argument to be None if it is not specified.

@cmoussa1 cmoussa1 added improvement Upgrades to an already existing feature low priority items that can be worked on at a later date labels Nov 1, 2024
Problem: The list-banks command defines its own formatting for the
output of the command, but the Python bindings now has its own common
formatter and SQL utilities.

Edit the list-banks command to make use of the new formatter and
external Python utilities. Change the default for the --fields optional
argument to be None if it is not specified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Upgrades to an already existing feature low priority items that can be worked on at a later date
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant