# HG changeset patch # User Jeff Hammel # Date 1332892728 25200 # Node ID 4f5ea5a8ccb01ac01933585d022d6f81f061175e # Parent b8f066b8ab6274864371c1ae7d6e0d0f45d0b913 another TODO diff -r b8f066b8ab62 -r 4f5ea5a8ccb0 configuration/config.py --- a/configuration/config.py Tue Mar 27 15:41:02 2012 -0700 +++ b/configuration/config.py Tue Mar 27 16:58:48 2012 -0700 @@ -168,6 +168,8 @@ kw['type'] = 'float' return args, kw +# TODO: 'dict'-type cli interface + types = {bool: bool_cli, int: int_cli, float: float_cli,