While writing a GUI program with framework_lib, I've noticed and become somewhat frustrated that most of the functions and EC methods get AND PRINT their results instead of returning them. This means that I can't use those functions unless I want to print that data in the same format that the cli tool does. I understand it's probably not the easiest thing to do, but would it be possible to change this so that those functions are more reusable?
While writing a GUI program with framework_lib, I've noticed and become somewhat frustrated that most of the functions and EC methods get AND PRINT their results instead of returning them. This means that I can't use those functions unless I want to print that data in the same format that the cli tool does. I understand it's probably not the easiest thing to do, but would it be possible to change this so that those functions are more reusable?