refactor: move gitea command into its own file

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-01 17:11:59 +02:00
parent ae9073bf0b
commit b13e3916f6
6 changed files with 117 additions and 105 deletions

View File

@@ -1,5 +1,6 @@
mod command;
mod config_command;
mod gitea_command;
mod release_command;
pub use command::Command as PleaseCommand;