feat: show a message for unknown command (#1698)
This commit is contained in:
@@ -182,7 +182,10 @@ local function run_command(args)
|
||||
|
||||
if rawget(extensions, cmd) then
|
||||
extensions[cmd][cmd](opts)
|
||||
return
|
||||
end
|
||||
|
||||
print "[Telescope] unknown command"
|
||||
end
|
||||
|
||||
-- @Summary get extensions sub command
|
||||
|
||||
Reference in New Issue
Block a user