So ``` args("-tags", "created", "1/1/1", "-tags", ...
# kobalt
c
So
Copy code
args("-tags", "created", "1/1/1", "-tags", "author", "Erik")
vs
Copy code
tag("created", "1/1/1")
tag("author", "Erik")
?