Revision 534e7bbb kamaki/cli/command_shell.py

b/kamaki/cli/command_shell.py
305 305
        self.cloud = cloud
306 306
        self._parser = parser
307 307
        self._history = History(
308
            parser.arguments['config'].get_global('history_file'))
308
            parser.arguments['config'].get('global', 'history_file'))
309 309
        if path:
310 310
            cmd = self.cmd_tree.get_command(path)
311 311
            intro = cmd.path.replace('_', ' ')

Also available in: Unified diff