Is there a way to customize the CLI parser? #609
Replies: 2 comments
-
In principle anything can be customized with UT. Some examples can be found here: |
Beta Was this translation helpful? Give feedback.
-
I just want to specify in the CLI two additional filepaths for loading neural networks. What's the easiest way to do that? I added my own CLI using Boost::program_options and that broke stuff. For whatever reason, that decided to skip tests even though I didn't add a |
Beta Was this translation helpful? Give feedback.
-
I would like to add my own CLI arguments
Beta Was this translation helpful? Give feedback.
All reactions