Add todo note

This commit is contained in:
Sylvain Bellemare 2016-02-14 19:46:12 +01:00
parent e1f4b6c731
commit 88d910f701
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ def run_show_config(args):
"""Show the current configuration"""
from pprint import pprint
# TODO Proposal: remove the "hidden" configuration. Only show config. If
# the system needs to be configured, then display information on how to
# configure the system.
bigchaindb.config_utils.file_config(args.config)
pprint(bigchaindb.config)