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
npx mddb DirOne/ dir_two/ fails as it thinks the second is a config file.
npx mddb DirOne/ dir_two/
npx mddb "DirOne/ dir_two/" doesn't work, nor does a semi-colon instead of a space as a separator.
npx mddb "DirOne/ dir_two/"
I could do them one by one in a python loop and with "late answer" from https://stackoverflow.com/questions/80801/how-can-i-merge-many-sqlite-databases could then merge them all into single ./markdowndb
./markdowndb
If I do them one at a time like so:
npx mddb DirOne/ npx mddb dir_two/
Then only the last one's data is in the ./markdowndb DB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
npx mddb DirOne/ dir_two/
fails as it thinks the second is a config file.npx mddb "DirOne/ dir_two/"
doesn't work, nor does a semi-colon instead of a space as a separator.I could do them one by one in a python loop and with "late answer" from https://stackoverflow.com/questions/80801/how-can-i-merge-many-sqlite-databases could then merge them all into single
./markdowndb
If I do them one at a time like so:
Then only the last one's data is in the
./markdowndb
DBThe text was updated successfully, but these errors were encountered: