When running some bbrf commands without having selected an "active" program, the client will respond with [ERROR] You need to select a program to execute this action.. This doesn't always make sense, e.g. for:
bbrf programs where custom_tag is 123
The workaround is to run bbrf use <program_name> of an existing program first.
Fix: only throw the error when an active program is required.
When running some bbrf commands without having selected an "active" program, the client will respond with
[ERROR] You need to select a program to execute this action.. This doesn't always make sense, e.g. for:The workaround is to run
bbrf use <program_name>of an existing program first.Fix: only throw the error when an active program is required.