Do you provide list of arguments?
Loading last updated info...
When you develop an application that supports command line, you must provide a list of arguments / help on how to use the application through command line.
It can be as easy as typing: \[ApplicationName].exe /? for listing the arguments.
❌ Figure: Bad example - Do no provide supported argument through /?
✅ Figure: Good example - Provide supported argument through /?