diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-27 17:15:12 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-27 17:15:12 -0600 |
commit | 019f69c3159707e1fb077317a33ffe343426b36c (patch) | |
tree | 01582040d2207123365b7ae3c25248332bf7978b /main.py | |
parent | bf0d0747514a5e84263e97d2094b0f6bc8a44e46 (diff) | |
parent | 8f88f819fae7508066a81a8d961a7115f2ec4bed (diff) | |
download | cmd2-git-019f69c3159707e1fb077317a33ffe343426b36c.tar.gz |
Merge branch 'master' into plugin_functions
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,4 +8,5 @@ if __name__ == '__main__': # Set "use_ipython" to True to include the ipy command if IPython is installed, which supports advanced interactive # debugging of your application via introspection on self. app = cmd2.Cmd(use_ipython=True) + app.locals_in_py = True app.cmdloop() |