+1
−0
+2
−0
+15
−40
+14
−40
+4
−16
Loading
Resolve "dep_scripts: Unify `-d` and `-p` flags" This MR removes the separate `-d` and `-p` and combines them in one. `-d` was removed, specific dependencies are now set with `-p`. Therefore, the following options are available: - `-p default:latest` for accessing the latest dependencies from the default profile - `-p mercury@default:latest` for accessing the latest mercury dependencies only from the default profile Closes #188 Closes #188 See merge request !174