diff --git a/src/cli/ArgumentParser.hpp b/src/cli/ArgumentParser.hpp index ff33b5e..97b3ecb 100644 --- a/src/cli/ArgumentParser.hpp +++ b/src/cli/ArgumentParser.hpp @@ -30,7 +30,7 @@ namespace Hyprutils::CLI { std::string getDescription(const std::string_view& header, std::optional maxWidth = {}); std::expected parse(); std::vector::iterator getValue(const std::string_view& sv); - std::expected registerOption(std::string&& name, std::string&& abbrev, std::string&& description, eArgumentType type); + std::expected registerOption(std::string&& name, std::string&& abbrev, std::string&& description, eArgumentType type); std::vector m_values;