mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-04 18:45:23 +00:00

fixes #368 @alexpasmantier I tried to parse down the exact flag to the find method, but I can't find an elegant way to do so because the channel creates its own configurations for the matcher inside of the `new` method. I started adding the exact flag to the new function of each of the channels but it just does not seem right to do so. Do you have an idea on how to improve the change? I would think of passing the config struct to the new function and exposing the config of the channel for channel transitions, but I'm not sure... 🤔 I have done it here for the stdin channel just to show you how it would look like and it works fine😄! Looking forward to hearing your thoughts on that 👍 ref issue: #368 --------- Co-authored-by: Alexandre Pasmantier <alex.pasmant@gmail.com>