commit 5b84596e023031dd21f4eaf43843b6027b8336bd parent 221f0e96a12a085b106c151ba571a36636f96d26 Author: hhvn <dev@hhvn.uk> Date: Mon, 5 Sep 2022 16:06:04 +0100 Fix --date in tag/interactive Diffstat:
M | .scripts/tag/interactive | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scripts/tag/interactive b/.scripts/tag/interactive @@ -71,7 +71,7 @@ while (!~ $#* 0) { if (~ $2 ()) { usage } - if (!~ $2 artist title album track comment) { + if (!~ $2 artist title album track comment date) { printf 'Unsupported prompt: %s\n' $2 >[1=2] } want = ($want $2)