matthewchivers / dodl

MIT License
0 stars 0 forks source link

Commands #11

Closed matthewchivers closed 5 days ago

matthewchivers commented 1 week ago

This pull request adds the initial CLI implementation for Dodl using the Cobra framework. It includes the root command, create command, init command, and sets up the basic project structure to support future development.

Key Changes:

These additions form the foundation of Dodl’s command-line interface and establish the structure for further development.

matthewchivers commented 5 days ago

This addresses most of https://github.com/matthewchivers/dodl/issues/5