mirror of
https://github.com/sametersoylu/argument-parser.git
synced 2026-04-13 03:41:18 +00:00
chore: add missing definitions to the files. remove static qualifier from the headers. add help text to the actions.
This commit is contained in:
@@ -27,9 +27,8 @@ namespace argument_parser::conventions {
|
||||
} // namespace argument_parser::conventions
|
||||
|
||||
namespace argument_parser::conventions::helpers {
|
||||
static std::string to_lower(std::string s);
|
||||
|
||||
static std::string to_upper(std::string s);
|
||||
std::string to_lower(std::string s);
|
||||
std::string to_upper(std::string s);
|
||||
} // namespace argument_parser::conventions::helpers
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user