Skip to content

Commit

Permalink
Use a nested command completer for the evaluate-commands command
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Apr 19, 2024
1 parent b4fbfba commit 63addb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 63addb7

Please sign in to comment.