option: rename to to_string_opt and to_string_view_opt

to_option_string -> to_string_opt
to_string_view   -> to_string_view_opt
This commit is contained in:
Dirk-Jan C. Binnema
2022-04-16 13:16:29 +03:00
parent 4f9c154d1a
commit 7c51bc68d4
9 changed files with 104 additions and 77 deletions

View File

@ -23,6 +23,7 @@ lib_mu_utils=static_library('mu-utils', [
'mu-logger.cc',
'mu-logger.hh',
'mu-option.hh',
'mu-option.cc',
'mu-readline.cc',
'mu-readline.hh',
'mu-result.hh',