list available options on wrong clean= / rebuild=

This commit is contained in:
dzaima 2025-04-03 00:36:49 +03:00
parent 63b7fab72c
commit 7ed5ba3b2f

View File

@ -201,7 +201,7 @@ po ← { # parsed options
vs ','SplitLowercase¨ GetOpt 𝕩
{
vs"all"? allCaches;
𝕩 {"Error: Invalid target in ",𝕨," list: ",𝕩}_assert_(0=) vs (¬/) allCaches
𝕩 {"Error: Invalid target in ",𝕨," list: ",𝕩, " (valid options: ", 2", "¨ allCaches, ")"}_assert_(0=) vs (¬/) allCaches
vs
}𝕩
}