at the moment command line parameter parsing is done by a custom parsing implementation.
maybe it would be easier to use automatic generated parsing code from e.g. gengetopt. I made the experience, that it is relatively easy to handle, and if we include the generated .c and .h files, we would not add any dependencies to the project.
If you think this might be interesting and I find some spare time, I'll add an example implementation, using gengetopt, in the near future.
at the moment command line parameter parsing is done by a custom parsing implementation.
maybe it would be easier to use automatic generated parsing code from e.g. gengetopt. I made the experience, that it is relatively easy to handle, and if we include the generated .c and .h files, we would not add any dependencies to the project.
If you think this might be interesting and I find some spare time, I'll add an example implementation, using gengetopt, in the near future.