jumpinjackie / fdotoolbox

A tool for working with various sources of geospatial data
GNU Lesser General Public License v2.1
27 stars 8 forks source link

FdoCmd: Missing parameters should not result in exit code of 0 #61

Closed jumpinjackie closed 4 years ago

jumpinjackie commented 4 years ago

Currently if you invoke FdoCmd.exe with incomplete or invalid parameters, the errors and help usage is displayed, but the tool still exits with code 0, which is incorrect as 0 is our convention for success, which this command invocation is not.