dyspop / figgy

Allows end-user Configuration generation for development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instead of erroring on existing have a new prompt context

dyspop opened this issue · comments

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.