Serhii Dashko

Results 11 issues of Serhii Dashko

This code produce compile-time error: ``` enum Subcommand: case IndexFile(file: Path) val fileArg = Args.file("path-to-file", Exists.Yes) ?? "Path to the file" val command = Command(name = "index-file", args = fileArg)...

💎 Bounty