#1692 add zap --all flag
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