refactor: move config list

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-01 17:01:00 +02:00
parent e51454088e
commit ae9073bf0b
8 changed files with 93 additions and 58 deletions

View File

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