refactor: move doctor command

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-01 17:15:58 +02:00
parent af5d0f4af5
commit 526b2b7461
3 changed files with 29 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
mod command;
mod config_command;
mod doctor_command;
mod gitea_command;
mod release_command;