@Command(name="region_chooser",mixinStandardHelpOptions=true,description="Extracts a region from one or more citygmls.",sortOptions=false,versionProvider=GetVersion.class)
@Command(name="region_chooser",mixinStandardHelpOptions=true,description="Extracts a region from one or more citygmls, or calculates the convex hull.",sortOptions=false,versionProvider=GetVersion.class)
classRegionChooserCLIimplementsCallable<Integer>
{
@Spec
...
...
@@ -53,8 +50,7 @@ class RegionChooserCLI implements Callable<Integer>
"--input"},required=true,split=",",description="Citygml files to extract from",paramLabel="input.gml")