From 63addb7faa2114701eb2df791b82e39e7ecfb4bc Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 19 Apr 2024 15:40:33 +1000 Subject: Use a nested command completer for the evaluate-commands command --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/commands.cc b/src/commands.cc index cea69dd0..6cd091e2 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -2208,7 +2208,7 @@ const CommandDesc evaluate_commands_cmd = { }}), CommandFlags::None, CommandHelper{}, - CommandCompleter{}, + CommandManager::NestedCompleter{}, [](const ParametersParser& parser, Context& context, const ShellContext& shell_context) { context_wrap(parser, context, {}, [&](const ParametersParser& parser, Context& context) { -- cgit v1.2.3