diff options
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-arguments.lua')
-rw-r--r-- | Master/texmf-dist/scripts/l3build/l3build-arguments.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-arguments.lua b/Master/texmf-dist/scripts/l3build/l3build-arguments.lua index 4416ab69cda..e693ab929df 100644 --- a/Master/texmf-dist/scripts/l3build/l3build-arguments.lua +++ b/Master/texmf-dist/scripts/l3build/l3build-arguments.lua @@ -79,6 +79,11 @@ option_list = short = "f", type = "boolean" }, + full = + { + desc = "Install all files", + type = "boolean" + }, ["halt-on-error"] = { desc = "Stops running tests after the first failure", |