Add CLI for most basic user management

This commit is contained in:
Lennart
2025-04-17 23:27:43 +02:00
parent 39b1da3a8f
commit 626eff0373
9 changed files with 140 additions and 5 deletions

View File

@@ -11,6 +11,8 @@ use crate::config::{
TracingConfig,
};
pub mod principals;
#[derive(Debug, Parser)]
pub struct GenConfigArgs {}