implement server config commands

This commit is contained in:
dusk 2025-10-07 14:27:21 +00:00
parent 0f26a69f1b
commit 1627e25268
No known key found for this signature in database
5 changed files with 350 additions and 215 deletions

View file

@ -1 +1,5 @@
use super::*;
pub fn cmds() -> impl Iterator<Item = Command> {
[].into_iter()
}