/// Update the identity by setting the repository's visibility to private or public
#[arg(long)]
#[arg(value_name = "VISIBILITY", value_parser = EditVisibilityParser)]
#[arg(value_parser = EditVisibilityParser)]
visibility: Option<EditVisibility>,
/// Update the identity by giving a specific DID access to a private repository