ameypd
ameypd
I would like to take this up as my first PR.
@jku I have set up the environment, please tell me how to proceed with this issue.
@jku  Is this expected behaviour?
` client_args.add_argument( "-v", "--verbose", help="Output verbosity level (-v, -vv, ...)", action="count", default=2, )` I changed the default to 2 from 0, but that is not the way to do it...
@lukpueh @jku As I have changed its default value, I don't know how it will affect the rest of the functionality. But it is doing what is expected in terms...
@jku Okay. I will implement this.
@jku @lukpueh I have passed verbose as parameter to download function and if the verbose is anything other than default I am printing the stack trace. 