Revision 2b74ab4a kamaki/cli/command_shell.py

b/kamaki/cli/command_shell.py
47 47
    arguments.pop('version', None)
48 48
    arguments.pop('options', None)
49 49
    arguments.pop('history', None)
50
    print('SHELL? [%s]' % arguments['config'].value)
51 50
    shell = Shell()
52 51
    shell.set_prompt(exe_string)
53 52
    from kamaki import __version__ as version

Also available in: Unified diff