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
|
if rawget(extensions, cmd) then
|
||||||
extensions[cmd][cmd](opts)
|
extensions[cmd][cmd](opts)
|
||||||
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
print "[Telescope] unknown command"
|
||||||
end
|
end
|
||||||
|
|
||||||
-- @Summary get extensions sub command
|
-- @Summary get extensions sub command
|
||||||
|
|||||||
Reference in New Issue
Block a user