fix(status): pass --no-pager to jj status (#113)

Co-authored-by: Tejas Sanap <tejas.sanap@beacon.io>
This commit is contained in:
Tejas Sanap
2026-05-19 11:25:46 +02:00
committed by GitHub
co-authored by Tejas Sanap
parent fbfff97a18
commit b3d449ad41
+1 -1
View File
@@ -94,7 +94,7 @@ function M.status(opts)
return
end
local cmd_str = "jj status"
local cmd_str = "jj status --no-pager"
if opts and opts.notify then
local output, success = runner.execute_command(cmd_str, "Failed to get status")