Closed
Description
docker pull rust
docker run -it rust
cargo install sqx-cli
DATABASE_URL=postgres://foo@localhost/bar_test sqlx database drop
Are you sure you want to drop the database at postgres://foo@localhost/bar_test? [n/Y]
I press Y
and then get, on a new line:
Are you sure you want to drop the database at postgres://foo@localhost/bar_test? [Y/n]
(Note the Y/n
instead of n/Y
)
I press Y
and then get the previous. Repeat ad-infinitum.
I eventually press CTRL-C
to bail. I get back to the terminal, but I've lost my cursor.
Metadata
Metadata
Assignees
Labels
No labels