Open ebolyen opened 10 years ago
Currently to have a boolean flag, an optparse config must have Type=None and Action=store_true.
Type=None
Action=store_true
This should be simplified to Type=bool
Type=bool
:+1:
This is a Good Idea :tm:
Currently to have a boolean flag, an optparse config must have
Type=None
andAction=store_true
.This should be simplified to
Type=bool