reworked ParamSequence into Configuration

This commit is contained in:
Benoît Sierro
2021-08-30 13:30:16 +02:00
parent 9cc9c32afa
commit a2ca6248d2
14 changed files with 346 additions and 558 deletions

View File

@@ -1,6 +1,7 @@
## add parameter
- add it to ```utils.parameters```
- add it to README.md
- add the necessary logic in the appropriate ```initialize:Config``` class
- add the necessary Rules in ```utils.parameters```
- optional : add a default value
- optional : add to valid_variable
- optional : add to mandatory_parameters