summaryrefslogtreecommitdiff
path: root/tests/pyscript/help.py
blob: 2e69d79f670152e71d412a678f0ac817775d3ed1 (plain)
1
2
3
4
5
6
# flake8: noqa F821
app.cmd_echo = True
app('help')

# Exercise py_quit() in unit test
quit()