This shortcut is equivalent to specifying:
--results-formatter lldbsuite.test.curses_results.Curses --results-file stdout (or --results-file /dev/stdout on some systems)
The change adds the --curses shortcut, documenting in the test results argument group. It also ensures the --curses option is removed when running the dotest.py inferiors.
The change also removes a duplicate 'import sys' found while I prepared this.