``` figgy.make(data={'a':'b'}, get=True) figgy.make(data={'x':'y'}, get=True) ``` ``` Exception: './config.json'' exists. Use force=True to override. ``` we should not produce this exception, we should prompt for override. muting could be a class property.