summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-19 22:10:10 +0200
committerPaul Buetow <paul@buetow.org>2025-02-19 22:10:10 +0200
commita89a50b1896e6e6d637cf07aa3b8b040a5965434 (patch)
treeb2fe365bc3a19f5ceab4b04df430ad5d2258d8a4 /TODO.md
parent1afd39cccdb17e5f5c064b376db61d7c2b833ed3 (diff)
dry mode was implemented
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index f0a86ba..120fec9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,9 +1,5 @@
# TODO
-* Implement dry run mode, e.g. use if option :dry ...
- * Go through all keywords and evaluate methods!
- * Print out what it would do but don't do it (helper method?)
- * Action method with a block...! Is the way to go!
* Recursively install a directory
* Support for file deletion
* Support for file modes (owner, chmod)