summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/cli.py')
-rw-r--r--ipalib/cli.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py
index 21b02299..eb8df591 100644
--- a/ipalib/cli.py
+++ b/ipalib/cli.py
@@ -394,7 +394,8 @@ class CLI(object):
self.cmd_argv = tuple(args)
def bootstrap(self):
- pass
+ self.__doing('bootstrap')
+ self.parse_globals()
# if options.interactive == True:
# self.__all_interactive = True