CLI-289 - Adding a complementary arg feature
Should we add the same changes to the deprecated parsers? Problem is that, there will be lots of duplicated code unless we refactor to a base class. Any thoughts?
I dont think my changes are causing the build failure - can anybody help with that?
Any feedback on that pls?
@Desislav-Petrov I am sorry no one got back to you on this PR. It seems now it needs to be rebased on git master. I'm not sure what "complimentary" means in this context.
@garydgregory the idea is that if you use one argument say --output then you must have an additional one as well, ie --output --to-file or --output --to-database. Does this make sense?
@Desislav-Petrov You'll still have to rebase on master so we can see what this looks like with the current codebase. TY!