Skip to content

Commit 43955d3

Browse files
att
1 parent e4eb60a commit 43955d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc_join.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ function add_file(table,filepath)
1414
table[#table + 1] = content
1515
end
1616

17-
local entries_size = argv.get_flag_size({ "entries" })
17+
local entries_size = argv.get_flag_size({ "entries","e" })
1818
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" },1)
22+
local output_file = argv.get_flag_arg({ "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)