feat(config): add refresh config command
What
This MR add a command to refresh poulpy configuration
Why
Because we have no way to refresh the default configuration of Poulpy without altering the configuration of the user
How
Add a function in the config module that overwrite/add the dict keys of the default config to the real one.
Closes #18 (closed)