refactor: name the modules after what they hold

This commit is contained in:
2026-09-08 12:10:41 +00:00
parent a3c08f6eaa
commit bb0a2cca44
12 changed files with 1014 additions and 989 deletions

4
src/commands/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod completions;
pub mod django;
pub mod link;
pub mod postgres;