Oxen-AI / Oxen

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

Refactor/log cmd #323

Closed rpschoenburg closed 1 month ago

rpschoenburg commented 1 month ago

Preliminary refactor of Oxen Log. Currently, the formatting would be a bit inconsistent with the other refactored commands, as it's coalesced in one file, as opposed to splitting functionality across files in both cli/src and lib/src.