Closed elliotchance closed 1 year ago
Added more detailed documentation for using docker.
As ctrl+C doesn't forward the signal with docker run, you can now use exit to exit the shell.
docker run
exit
Errors are now formatted correctly and do not cause the CLI to exit.
Hopefully, this fixes a stdout bug where "vsql> " appears after the input. Although, I cannot test this easily on macOS.
Added more detailed documentation for using docker.
As ctrl+C doesn't forward the signal with
docker run
, you can now useexit
to exit the shell.Errors are now formatted correctly and do not cause the CLI to exit.
Hopefully, this fixes a stdout bug where "vsql> " appears after the input. Although, I cannot test this easily on macOS.