From 3df17d257c2877f82eae9e8bf02a0177e3a64396 Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Sat, 8 Oct 2022 11:49:15 +0200
Subject: [PATCH] todo

---
 .../regionchooser/RegionChooserCommandLineInterface.java      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/java/eu/simstadt/regionchooser/RegionChooserCommandLineInterface.java b/src/main/java/eu/simstadt/regionchooser/RegionChooserCommandLineInterface.java
index abab71d..2fbf64a 100644
--- a/src/main/java/eu/simstadt/regionchooser/RegionChooserCommandLineInterface.java
+++ b/src/main/java/eu/simstadt/regionchooser/RegionChooserCommandLineInterface.java
@@ -25,6 +25,7 @@ class RegionChooserCommandLineInterface implements Callable<Integer>
 {
 	@Option(names = { "-i",
 			"--input" }, required = true, split = ",", description = "Citygml files to extract from", paramLabel = "input.gml")
+	//TODO: Allow folders too?
 	Path[] citygmls;
 
 	@Option(names = { "-o",
@@ -44,7 +45,8 @@ class RegionChooserCommandLineInterface implements Callable<Integer>
 
 	@Override
 	public Integer call() throws Exception {
-		//TODO: Move as much logic to utils as possible, and test it.
+		//TODO: Move as much logic to utils as possible
+		//TODO: Test
 		//TODO: Use logger
 		CoordinateReferenceSystem localCRS;
 
-- 
GitLab