def __init__(self, *args, **kwargs):
cs = dict(help_option_names=['-h', '--help'])
super(Command, self).__init__(context_settings=cs,
*args, **kwargs)
# Automatically load commands from the cli folder