Attention is currently required from: dexter, jolly.
Hello Jenkins Builder, dexter, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/onomondo-ipa/+/43202?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed: Verified+1 by Jenkins Builder
Change subject: Introduce 'operation' parameters to main file ......................................................................
Introduce 'operation' parameters to main file
Instead of having several command line options to trigger various operations, operational argument(s) are used. Because an operation runs exclusively, arguments for only one operation can be given at the same time.
New operations are added in later patches, so they can use the operational arguments as well and do not need to introduce new command line options.
Revert from getopt_long() back to getopt(), because long options are not required for this approach.
Related: SYS#8101 Change-Id: I6b960f840820990de40fb07332669ddbfcdf1e7d --- M src/ipa/main.c 1 file changed, 70 insertions(+), 49 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-ipa refs/changes/02/43202/3