We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43955d3 commit 69481baCopy full SHA for 69481ba
1 file changed
doc_join.lua
@@ -19,7 +19,7 @@ if entries_size == 0 then
19
print("No entries provided. Use --entries to specify files or directories.")
20
return
21
end
22
-local output_file = argv.get_flag_arg({ "output" ,"o"},1)
+local output_file = argv.get_flag_arg_by_index({ "output" ,"o"},1)
23
if not output_file then
24
print("No output file specified. Use --output to specify the output file.")
25
0 commit comments