We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I'm putting in skate delete-db @skatepass to delete a database I created.
skate delete-db @skatepass
Are you sure you want to delete '~/.local/share/charm/kv/skatepass' and all its contents? (y/n) y
But then I do skate list-dbs or skate list @skatepass and the database is still there.
skate list-dbs
skate list @skatepass
I have to manually delete ~/.local/share/charm/kv/skatepass' with the rm command.
Setup Please complete the following information along with version numbers, if applicable.
Source Code skate delete-db @skatepass
Expected behavior Delete the @skatepass database
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I'm putting in
skate delete-db @skatepass
to delete a database I created.But then I do
skate list-dbs
orskate list @skatepass
and the database is still there.I have to manually delete ~/.local/share/charm/kv/skatepass' with the rm command.
Setup
Please complete the following information along with version numbers, if applicable.
Source Code
skate delete-db @skatepass
Expected behavior
Delete the @skatepass database
The text was updated successfully, but these errors were encountered: