mirror of https://codeberg.org/glenneth/stash.git
Trying magit-todo
This commit is contained in:
parent
ec400c2985
commit
578fda3432
|
|
@ -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: 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)
|
;; (define (parse-arguments args)
|
||||||
;; (let* ((opts (getopt-long args
|
;; (let* ((opts (getopt-long args
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue