DEBSOURCES
Skip Quicknav
sources / cmd2 / 2.4.2%2Bds-3 / tests / pyscript / stop.py
123456789
# flake8: noqa F821 app.cmd_echo = True app('help') # This will set stop to True in the PyBridge app('quit') # Exercise py_quit() in unit test quit()