Add large parts of the permission editor

This commit is contained in:
2024-04-26 00:30:32 +02:00
parent 0837ac9fc7
commit b0bffc45ee
9 changed files with 546 additions and 128 deletions

View File

@@ -52,4 +52,4 @@ async fn main() -> anyhow::Result<()> {
}
Command::User(user_args) => cli::user_command::handle_command(user_args, connection).await,
}
}
}