Attention is currently required from: dexter, jolly.
Hello Jenkins Builder, dexter,
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 (#2).
The following approvals got outdated and were removed: Code-Review+2 by dexter
The change is no longer submittable: Code-Review is unsatisfied now.
Change subject: Introduce 'operation' option to main file ......................................................................
Introduce 'operation' option to main file
Instead of having several command line flags to trigger various operations, a single command line option '-o <operation>' is used. Because an operation runs exclusively, it makes no sense to allow multiple command line flags at the same time.
New operations are added in later patches, so they can use the '-o' option as well and do not need to introduce new command line flags.
Revert from getopt_long() back to getopt(), because long options are not required anymore.
Related: SYS#8101 Change-Id: I6b960f840820990de40fb07332669ddbfcdf1e7d --- M src/ipa/main.c 1 file changed, 27 insertions(+), 21 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-ipa refs/changes/02/43202/2