pub async fn execute(
client: &IronflowClient,
args: &UserArgs,
json_mode: bool,
) -> Result<()>Expand description
Execute a user subcommand.
ยงErrors
Returns an error on API failure, on an empty password, or when a destructive command is not confirmed.