filter/functions

This commit is contained in:
Marc Beninca 2025-07-11 03:17:22 +02:00
parent e4ac8f0ae6
commit 65d701556a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 6 additions and 10 deletions

View file

@ -252,7 +252,7 @@ EOF
# parse constants
_rwx_code_constants="$(rwx_code_parse "constants")"
# parse functions
_rwx_code_functions="$(rwx_code_parse "functions")"
_rwx_code_functions="$(rwx_code_action_target "filter" "function")"
# parse tasks
_rwx_code_tasks="$(rwx_code_parse "tasks")"
# parse variables