From 231f0bd65aec9cc0767bd6a76d5aa5b27dd37168 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 28 Jan 2009 13:05:26 -0700 Subject: Finished reworked cli.CLI class into cli.cli plugin --- ipalib/constants.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index 13a60f2b..494e51a3 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -104,6 +104,10 @@ DEFAULT_CONFIG = ( ('ca_port', 9180), ('ca_ssl_port', 9443), + # Special CLI: + ('prompt_all', False), + ('interactive', True), + # ******************************************************** # The remaining keys are never set from the values here! # ******************************************************** -- cgit