Skip to content

feat(config): add refresh config command

Alexandre Rulleau requested to merge 18-feat-add-refresh-config into main

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)

Merge request reports