This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 51
About the Console App
Süleyman Yasir KULA edited this page May 23, 2019
·
3 revisions
To generate the console app, open SimplePatchToolExtras.sln and rebuild the SimplePatchToolConsoleApp project. If you are targeting .NET Standard 2.0 or .NET Core 2.0, you'll need this NuGet package.
Console app uses two kinds of arguments: string arguments and flags. String arguments should be entered as -argName="arg value"
, whereas flags should be entered directly as -argName
.