From 578fda34325d626be2c190b0c0214e8a78967015 Mon Sep 17 00:00:00 2001 From: GLENN THOMPSON Date: Wed, 11 Sep 2024 12:53:31 +0300 Subject: [PATCH] Trying magit-todo --- guile-stash.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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