Move all argument parsing into vtp.cli and make operations in vtp.ops independent of it.
There are improvements like putting all parameter constants into one module which would make
the code cleaner but are not within scope.
This work is designed to prepare the way for unit tests.
Move all argument parsing into
vtp.cli
and make operations invtp.ops
independent of it. There are improvements like putting all parameter constants into one module which would make the code cleaner but are not within scope.This work is designed to prepare the way for unit tests.