Visual Studio Code – System.CommandLine Command custom validator: how to search
I am writing a C# console application project (.NET 7.0) using Visual Studio for macOS 2022 v17.4 and System.CommandLine (2.0.0-beta4.22272.1). I am trying to add a custom validator to one of my Commands, and found the following code snippet on…