Skip to content
Snippets Groups Projects
Commit 4dd8d3f0 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

introduce an option for enabling/disabling output branches

A fairly long-standing feature request that allows to enable and disable
individual branches in the output n-tuple.  As a bit of a silly example
of how this can work:
```
configSeq.setOptionValue ('.commands', ['disable jet_ftag.*', 'enable jet_ftag_legacy_.*'])
```

The basic idea is that every branch gets/has a flag indicating whether
it is enabled in the output or not.  This allows to disable a big chunk
of them and then re-enable a subset, but it also allows to add some
expert-level branches that are disabled by default.
parent 24370fff
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment