From 8c9688fff4446a1b0f5fe9a9be0c50084726cc4d Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 2 Jul 2025 00:33:19 +0100 Subject: CLI cleanups; fix the FreeBSD build --- nihil.cli/command_tree.ccm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.cli/command_tree.ccm') diff --git a/nihil.cli/command_tree.ccm b/nihil.cli/command_tree.ccm index 7399357..8ed16c7 100644 --- a/nihil.cli/command_tree.ccm +++ b/nihil.cli/command_tree.ccm @@ -166,7 +166,7 @@ private: { auto tree = command_tree(); - for (auto &&command : get_registered_commands()) { + for (auto &&command : get_registry()) { // Throws std::logic_error on duplicates. tree.insert(command); } -- cgit v1.2.3