From 6d3a528a94ff7885bd61f966778c4a8c263abb76 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 2 Aug 2025 23:58:04 +0200 Subject: [PATCH] lint/tasks --- sh/core/code.awk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sh/core/code.awk b/sh/core/code.awk index e910883..fd0a977 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -337,6 +337,14 @@ if (action == "doc") { # lint } else if (action == "lint") { + # TODO RWX_ constant + # TODO rwx_ variable + # TODO rwx_ function + + # TODO unique alias + # TODO unique command + # TODO unique function + # unknown } else { print "unknown action: " action