Trying magit-todo

This commit is contained in:
GLENN THOMPSON 2024-09-11 12:53:31 +03:00
parent ec400c2985
commit 578fda3432
1 changed files with 1 additions and 1 deletions

View File

@ -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