termius / termius-cli

CLI for the ssh client Termius
https://termius.com
Other
464 stars 66 forks source link

How to exit termius? #186

Open nunovieira opened 2 years ago

nunovieira commented 2 years ago

I got termius via homebrew, entered termius and now I can't leave!

-> % termius
(termius) ^C
(termius) EXCEPTION of type 'AttributeError' occurred with message: 'Statement' object has no attribute 'parsed'
To enable full traceback, run the following command: 'set debug true'
(termius) quit
EXCEPTION of type 'AttributeError' occurred with message: 'Statement' object has no attribute 'parsed'
To enable full traceback, run the following command: 'set debug true'
(termius) exit
EXCEPTION of type 'AttributeError' occurred with message: 'Statement' object has no attribute 'parsed'
To enable full traceback, run the following command: 'set debug true'
(termius) leave
EXCEPTION of type 'AttributeError' occurred with message: 'Statement' object has no attribute 'parsed'
To enable full traceback, run the following command: 'set debug true'

Is this some Python problem?