easybuild-framework
easybuild-framework copied to clipboard
Add support for `--disable-robot`
It might be necessary to disable dependency resolution from the commandline.
E.g. when it is enabled in the configfile and we want to upload a single
file via --new-pr.
Add new cmdline action store_or_False to generically add support for
--disable-<name> for such cases.
Closes #4780