odyn remove
Deletes a dependency's folder from odyn_deps/ and removes its entry from Odyn.lock.
Usage
odyn remove <name>
<name> is the dependency's name as it appears in Odyn.lock, which matches the folder name under odyn_deps/.
Examples
odyn remove math
Notes
removeerrors if<name>is not found inOdyn.lock.- Only the named dependency is affected. Other dependencies are not touched.
- The
odyn_deps/<name>directory is deleted recursively.