Exemple #1
0
 private static CommandLineBuilder BuildCommandLine()
 {
     return(new CommandLineBuilder()
            .AddGlobalOption(SilentOption)
            .AddGlobalOption(VerboseOption)
            .AddCommand(CircuitApp.BuildCommand())
            .AddCommand(ComponentApp.BuildCommand())
            .AddCommand(ComponentOutlineApp.BuildCommand()));
 }