Due to a limitation of the underlying model, we cannot pass an input file flag (for OS calling).
This causes an issue where the user has to know when to call the setInputFile() method first, which diverges from the builder pattern, and is just not nice.
We need a solution for this without sacrificing the const-correctness and diverging from the pattern.
More details in the DeepFilterCommandBuilder.h file.
Due to a limitation of the underlying model, we cannot pass an input file flag (for OS calling).
This causes an issue where the user has to know when to call the
setInputFile()method first, which diverges from the builder pattern, and is just not nice.We need a solution for this without sacrificing the const-correctness and diverging from the pattern.
More details in the
DeepFilterCommandBuilder.hfile.