restore the account_list formatter to the 'list' command
This commit is contained in:
parent
5f3c429e83
commit
c55ccd4ee4
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ class Boobank(ReplApplication):
|
||||||
}
|
}
|
||||||
DEFAULT_FORMATTER = 'table'
|
DEFAULT_FORMATTER = 'table'
|
||||||
COMMANDS_FORMATTERS = {'ls': 'account_list',
|
COMMANDS_FORMATTERS = {'ls': 'account_list',
|
||||||
|
'list': 'account_list',
|
||||||
'transfer': 'transfer',
|
'transfer': 'transfer',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue