char * rcutils_cli_get_option(char **begin, char **end, const char *option)
Return the value for a specific option of the command line arguments.
bool rcutils_cli_option_exist(char **begin, char **end, const char *option)
Return true if the option is defined in the command line arguments or false otherwise.