−useless
All checks were successful
/ job (push) Successful in 3m41s

This commit is contained in:
Marc Beninca 2025-07-13 00:16:19 +02:00
parent 71bb17c7be
commit cc4c0e967e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -95,10 +95,6 @@ BEGIN {
doc = ""
match_task = 0
}
} else if (action == "variables") {
if (match($0, re["variable"], m)) {
print m[1]
}
} else if (action == "aliases functions") {
if (match($0, re["alias"], m)) {
append(m[1])