aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/src/init.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split lib.rs into multiple filesMiquel Sabaté Solà2026-01-291-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* init: remove database migrationMiquel Sabaté Solà2026-01-291-2/+1
| | | | | | | It never really quite worked, and it's honestly plain easier to move in/out the backup file than trying to figure out fake migration paths. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Apply suggestions from clippyMiquel Sabaté Solà2025-07-251-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Initial commitMiquel Sabaté Solà2025-06-031-0/+55
Basic commands have been added, but most of the features for this project are still work in progress. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>