Use a nested command completer for the evaluate-commands command
This commit is contained in:
parent
b4fbfba246
commit
63addb7faa
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user