-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
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
CLI overwrites without warning #113
Comments
Hello @dsblank , thanks for reporting. When I compare with I agree that the CLI could tell a bit more about what it is doing (format detected in the file, output file, format, whever it tries to preserve outputs, etc). Would you like to submit a PR (on v0.8.4 if possible)? Please keep in mind that people may be using the command line to convert document in batches, and may also pipe notebooks into it (stdin and stdout are supported). |
Sure, I'll try to look at this in the next few days (unless someone beats me to it). Thanks! |
Available in v0.8.4 |
If I call the CLI to output a particular format, it will overwrite existing file named the same.
Suggestions:
--force
flag to overwriteIn general, it would be nice for the CLI to give some feedback about what it read in, and what it created.
The text was updated successfully, but these errors were encountered: