You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
When I want something to be excluded, cuebe still tries to render the structure, yes it won't produce manifests BUT if
I'm trying to troubleshoot something specific and want to exclude something else to keep thing simple or avoid useless noise, or if I'm surrounded by bugs everywhere and would like to focus on just one thing, I wish we had the capability to stop cuebe from rendering manifests (before even extract).
I actually don't know exactly when the unification and checks for concrete values happen in the code.
Describe the solution you'd like
Either by default or enabled by a command line arg?
Is your feature request related to a problem? Please describe.
When I want something to be excluded,
cuebestill tries to render the structure, yes it won't produce manifests BUT ifI'm trying to troubleshoot something specific and want to exclude something else to keep thing simple or avoid useless noise, or if I'm surrounded by bugs everywhere and would like to focus on just one thing, I wish we had the capability to stop
cuebefrom rendering manifests (before even extract).I actually don't know exactly when the unification and checks for concrete values happen in the code.
Describe the solution you'd like
Either by default or enabled by a command line arg?