Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
202 stars 12 forks source link

Refactor/rm fix #409

Closed rpschoenburg closed 2 months ago

rpschoenburg commented 2 months ago

Fixed errant print statements + unhandled errors

rpschoenburg commented 2 months ago

All bugs with this appear to be fixed. It's working fine on Windows. Also, not seeing any warnings except unused variable. As for the third comment, the match statement is necessary to process the return type of remove_staged_file. It works the same way that process_add_file does in add.rs