convox / praxis

Convox Praxis: A framework for modern application infrastructure.
41 stars 11 forks source link

`cx exec` doubles up command line inputs #155

Open nzoschke opened 7 years ago

nzoschke commented 7 years ago
root@702164a55ed3:/go/src/github.com/convox/interface# env       
env
FOO=bar
...
root@702164a55ed3:/go/src/github.com/convox/interface# exit
exit
exit

Note the extra env and exit commands that are echoed.

Also exit doesn't actually exit without an extra "enter"

nzoschke commented 7 years ago

Also terminal width and height