8class CommandLineParser;
15 std::span<std::string>& cmdLine)
override;
16 [[nodiscard]] std::string_view
optionHelp()
const override;
18 std::span<std::string>& cmdLine)
override;
19 [[nodiscard]] std::string_view
fileTypeHelp()
const override;
void parseFileType(const std::string &filename, std::span< std::string > &cmdLine) override
std::string_view fileTypeCategoryName() const override
void parseOption(const std::string &option, std::span< std::string > &cmdLine) override
std::string_view optionHelp() const override
std::string_view fileTypeHelp() const override
This file implemented 3 utility functions: