Do you provide list of arguments?
Updated by Brady Stroud [SSW] 1 month ago. See history
123
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 /?