Skip to content

#1692 add zap --all flag

Administrator requested to merge zap_all_argument into master

This MR tries to add a zap --all/-a argument, see #1692 (closed)

After some reasearch I have not found any built-in way of argparse to achieve that. So it was done with a helper function that return a subclass of argparse.Action. Please tell me if there is a nicer way!

Edited by Administrator

Merge request reports

Loading