Searched refs:filePathArgs (Results 1 – 1 of 1) sorted by relevance
66 val filePathArgs = mutableListOf<Path>() in parseArgs() constant79 if (Files.isDirectory(path)) dirPathArgs.add(path) else filePathArgs.add(path) in parseArgs()108 filePathArgs.filterNot { excludedPathArgs.contains(it.toAbsolutePath()) } in parseArgs()