diff options
Diffstat (limited to 'src/command_manager.hh')
| -rw-r--r-- | src/command_manager.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh index 329c24f2..774b8b2c 100644 --- a/src/command_manager.hh +++ b/src/command_manager.hh @@ -129,6 +129,8 @@ public: void load_module(StringView module_name, Context& context); + Completions complete_module_name(StringView query) const; + private: void execute_single_command(CommandParameters params, Context& context, |
