gitextract_5t7vmtsf/ ├── .gitignore ├── Brenner.SilentCmd/ │ ├── ArgumentParser.cs │ ├── Brenner.SilentCmd.csproj │ ├── Configuration.cs │ ├── Engine.cs │ ├── LogWriter.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ └── app.config ├── Brenner.SilentCmd.Tests/ │ ├── Brenner.SilentCmd.Tests.csproj │ ├── ConfigurationTest.cs │ ├── Dummy.cmd │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── TestDelay.cmd │ └── packages.config ├── LICENSE ├── README.md └── SilentCmd.sln