From caa680aee3b474bf8f153e4f476c8b087402333c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 10 Dec 2024 13:34:00 +0100
Subject: [PATCH] DOC: add comment (TODO)

---
 src/caoscrawler/crawl.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py
index e3dd0488..a939b2ff 100644
--- a/src/caoscrawler/crawl.py
+++ b/src/caoscrawler/crawl.py
@@ -1166,6 +1166,7 @@ def parse_args():
                         "This file will only be generated if this option is set.")
     parser.add_argument("--debug", required=False, action="store_true",
                         help="Path name of the cfood yaml file to be used.")
+    # TODO allow to provide multiple directories to be crawled on the commandline
     parser.add_argument("crawled_directory_path",
                         help="The subtree of files below the given path will "
                         "be considered. Use '/' for everything.")
-- 
GitLab