yasta
yasta copied to clipboard
Recursive commands lead to infinite recursion.
yasta add a=a
and running it leads to infinite recursion.
So does yasta add a=b b=a
.
I should probably catch these when they are being added and alert the user.