Skip to content

Add support for the tango-host option to set the TANGO_HOST via command line

Damien Lacoste requested to merge add_tango-host_option into main

Use argp to parse the command line option. Since all args are parsed with this use the opportunity to put them in a vector of string and handle the arguments as a std::spanstd::string rather than argc argv.

Merge request reports