pub async fn list_users(args: &[String]) -> Result<(), CliError>
List all users from a JsonUserStore at the given path.
Must be called from within a tokio runtime (e.g. #[tokio::main]).
#[tokio::main]