diff --git a/todo.sh b/todo.sh index 21a679c..a8025b4 100755 --- a/todo.sh +++ b/todo.sh @@ -411,6 +411,8 @@ _list() { fi } +export -f _list + # == HANDLE ACTION == action=$( printf "%s\n" "$1" | tr 'A-Z' 'a-z' )