* @brief Get the name of the executable. * * @return The name of the executable. */
| 3904 | * @return The name of the executable. |
| 3905 | */ |
| 3906 | std::string_view get_executable() |
| 3907 | { |
| 3908 | return executable; |
| 3909 | } |
| 3910 | |
| 3911 | void show_help() const |
| 3912 | { |