Fix support for multiple CA arguments
Fix support for multiple CA arguments.
It seems there's a python limitation that in case of arguments with arbitrary number it's impossible to set the default value when argument is provided without values (i.e. --CA
). I had to use actions which do the full parsing so I created argAction
class and argActionFactory
class.
Edited by Tadej Novak