feat: show a message for unknown command (#1698)

This commit is contained in:
zeertzjq
2022-01-18 14:46:10 +08:00
committed by GitHub
parent 1ec682b29d
commit 76c23d7375

View File

@@ -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