Do you provide list of arguments?

Last updated by Igor Goldobin 3 months ago.See history

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.

nolistofarguments
Figure: Bad example - Do no provide supported argument through /?

listofarguments
Figure: Good example - Provide supported argument through /?

Adam Cogan
We open source. Powered by GitHub