diff --git a/guile-stash.scm b/guile-stash.scm index 25f1e5f..27c7f9b 100644 --- a/guile-stash.scm +++ b/guile-stash.scm @@ -72,7 +72,7 @@ ;; TODO: Optimize the delete-directory Function: Using rm -r is risky for recursive deletion in case of directory traversal attacks. You could implement a Scheme-native recursive delete function to avoid this. -;; TODO: Addition of a Non-Interactive Mode: Adding a non-interactive mode that automatically skips or overwrites conflicts (based on a command-line flag) could make the script more flexible for use in automation workflows. e.g. +;; #TODO Addition of a Non-Interactive Mode: Adding a non-interactive mode that automatically skips or overwrites conflicts (based on a command-line flag) could make the script more flexible for use in automation workflows. e.g. ;; (define (parse-arguments args) ;; (let* ((opts (getopt-long args