mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-04 14:23:51 +00:00
style: pre-commit.ci fixes
This commit is contained in:
parent
eec2211b0f
commit
f29420fb82
@ -1241,7 +1241,8 @@ class App {
|
||||
|
||||
enum class NameMatch : std::uint8_t { none = 0, match = 1, prefix = 2 };
|
||||
/// Check the name, case-insensitive and underscore insensitive if set
|
||||
/// @return NameMatch::none if no match, NameMatch::match if exact NameMatch::prefix if prefix is enabled and a prefix matches
|
||||
/// @return NameMatch::none if no match, NameMatch::match if exact NameMatch::prefix if prefix is enabled and a
|
||||
/// prefix matches
|
||||
CLI11_NODISCARD NameMatch check_name_detail(std::string name_to_check) const;
|
||||
|
||||
/// Get the groups available directly from this option (in order)
|
||||
|
Loading…
x
Reference in New Issue
Block a user