Skip to content

Commit 69481ba

Browse files
att
1 parent 43955d3 commit 69481ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc_join.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if entries_size == 0 then
1919
print("No entries provided. Use --entries to specify files or directories.")
2020
return
2121
end
22-
local output_file = argv.get_flag_arg({ "output" ,"o"},1)
22+
local output_file = argv.get_flag_arg_by_index({ "output" ,"o"},1)
2323
if not output_file then
2424
print("No output file specified. Use --output to specify the output file.")
2525
return

0 commit comments

Comments
 (0)