mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Started cleanup work on CLI class, added unit tests for CLI.parse_globals()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user