pub fn alias_set(
name: &str,
card_id: &str,
pkg: Option<&str>,
note: Option<&str>,
) -> Result<Alias, String>Expand description
Bind (or rebind) an alias to a Card.
Validates that card_id exists. If an alias with the same name already
exists it is overwritten — the alias table is intentionally mutable even
though the Cards themselves are not.