Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hello.
Have you ever attempted to
codeql database create foobut maybe you forgot or missed a flag? So you modify the command and try to run it again, but, this time, it spits out a lovely:$ codeql database create nuxtdb -l javascript -s nuxt.js Initializing database at /Users/mario-campos/nuxtdb. A fatal error occurred: Refusing to create database: '/Users/mario-campos/nuxtdb' exists and is not an empty directory.It would be really nice and convenient to add a
-f,--forceflag to be able to override the warning:Thanks