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