For all objects passing "-t" somewhere in the cmd overrides the object being referenced. This breaks running commands that have -t in them (e.g. ssh). ```python pane.cmd('respawn-pane', 'ssh', '-t', 'user@host') ```