Skip to main content

list_users

Function list_users 

Source
pub async fn list_users(args: &[String]) -> Result<(), CliError>
Expand description

List all users from a JsonUserStore at the given path.

Must be called from within a tokio runtime (e.g. #[tokio::main]).