pub async fn create_superuser_interactive( args: &[String], ) -> Result<(), CliError>
Interactive superuser creation using dialoguer prompts.
Must be called from within a tokio runtime (e.g. #[tokio::main]).
#[tokio::main]