@@ -1,5 +1,10 @@
from invoke import task
@task
def aur(c, name):
url = f"https://aur.archlinux.org/{name}.git"
add(c, url, name)
def add(c, url, name=None):
if name is None:
The note is not visible to the blocked user.