From 88d910f701ece7aaecf38f42b8b84e1464ca4dbf Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Sun, 14 Feb 2016 19:46:12 +0100 Subject: [PATCH] Add todo note --- bigchaindb/commands/bigchain.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bigchaindb/commands/bigchain.py b/bigchaindb/commands/bigchain.py index 2c59e0e5..3d7a0825 100644 --- a/bigchaindb/commands/bigchain.py +++ b/bigchaindb/commands/bigchain.py @@ -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)