gitextract_m5iwekm3/ ├── .gitignore ├── MalSCCM/ │ ├── Args/ │ │ ├── ArgumentParser.cs │ │ ├── ArgumentParserResult.cs │ │ ├── CommandCollection.cs │ │ └── Info.cs │ ├── Commands/ │ │ ├── App.cs │ │ ├── Checkin.cs │ │ ├── Group.cs │ │ ├── ICommand.cs │ │ ├── Inspect.cs │ │ └── Locate.cs │ ├── MalSCCM.csproj │ ├── Program.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ └── lib/ │ ├── Application.cs │ ├── Check.cs │ ├── Enum.cs │ └── Groups.cs ├── MalSCCM.sln └── README.md