summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_manager.hh')
-rw-r--r--src/command_manager.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh
index dbc87e81..090ed0fb 100644
--- a/src/command_manager.hh
+++ b/src/command_manager.hh
@@ -130,6 +130,8 @@ private:
const ShellContext& shell_context,
CharCoord pos) const;
+ Completions complete_command_name(const Context& context, StringView query) const;
+
struct CommandDescriptor
{
Command command;