Skip to content

Commit 5ca5493

Browse files
committed
fix: args -> arg
Recently deprecated in sxyazi/yazi#2752 Signed-off-by: Austin Horstman <[email protected]>
1 parent 2da96e3 commit 5ca5493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function M:peek(job)
55
local preview_width = 55
66

77
local child = Command("glow")
8-
:args({
8+
:arg({
99
"--style",
1010
"dark",
1111
"--width",

0 commit comments

Comments
 (0)