diff options
Diffstat (limited to 'nihil.cli/command.cc')
| -rw-r--r-- | nihil.cli/command.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nihil.cli/command.cc b/nihil.cli/command.cc index 475cad0..725b4eb 100644 --- a/nihil.cli/command.cc +++ b/nihil.cli/command.cc @@ -22,6 +22,7 @@ import :registry; namespace nihil { +//NOLINTNEXTLINE(bugprone-easily-swappable-parameters) command::command(std::string_view path, std::string_view usage, command_function_t handler) : command_node(path) |
