feat(new): Allow passing arguments to through the cli and add better UX flow on lua api

This commit is contained in:
NicolasGB
2025-07-02 18:12:26 +02:00
parent b258574092
commit 854ee40ce0
3 changed files with 46 additions and 9 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ function M.status()
if M.config.snacks then
require("jj.picker.snacks").status(M.config, files)
else
return utils.notify("No `picker` enabled", vim.log.levels.INFO)
return utils.notify("No `Picker` enabled", vim.log.levels.INFO)
end
end