pub async fn run_invite_create<S>(
args: &InviteCreateArgs,
store: &S,
) -> Result<(Invite, String)>where
S: InviteStore + ?Sized,Expand description
Run invite create. Returns the minted invite and the final
invite URL so the binary can print both in one step and tests can
assert on the URL’s shape.