Skip to content
Snippets Groups Projects
Commit caa680ae authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: add comment (TODO)

parent 3ebadf37
No related branches found
No related tags found
2 merge requests!217TST: Make NamedTemporaryFiles Windows-compatible,!208ENH: Allow crawler_main to operate on a list of paths
Pipeline #58839 passed
...@@ -1166,6 +1166,7 @@ def parse_args(): ...@@ -1166,6 +1166,7 @@ def parse_args():
"This file will only be generated if this option is set.") "This file will only be generated if this option is set.")
parser.add_argument("--debug", required=False, action="store_true", parser.add_argument("--debug", required=False, action="store_true",
help="Path name of the cfood yaml file to be used.") 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", parser.add_argument("crawled_directory_path",
help="The subtree of files below the given path will " help="The subtree of files below the given path will "
"be considered. Use '/' for everything.") "be considered. Use '/' for everything.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment