File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 39
39
-- * `-f`: use embedded modules only as a fallback
40
40
-- * `-h`: print help
41
41
-- * `-i <pattern>`: ignore modules in the cache file matching the
42
+ -- given pattern (can be given multiple times)
42
43
-- * `-o <file>`: specify output file (default is `stdout`)
43
44
-- * `-p <file>`: use file contents as prefix code for the
44
45
-- amalgamated script (i.e. usually as a package module stub)
45
46
-- * `-s <file>`: specify main script to bundle
46
- -- given pattern (can be given multiple times)
47
- -- * `-t <plugin>`: use transformation plugin
48
- -- * `-v <file>`: embed as virtual resource
47
+ -- * `-t <plugin>`: use transformation plugin (can be given multiple
48
+ -- times)
49
+ -- * `-v <file>`: embed as virtual resource (can be given multiple
50
+ -- times)
49
51
-- * `-x`: also embed compiled C modules
50
- -- * `-z <plugin>`: use compression plugin
52
+ -- * `-z <plugin>`: use (de-)compression plugin (can be given
53
+ -- multiple times)
51
54
--
52
55
-- Other arguments are assumed to be module names. For an inconsistent
53
56
-- command line (e.g. duplicate options) a warning is printed to the
@@ -534,7 +537,7 @@ local function amalgamate( ... )
534
537
-- and an extra searcher function is added at the end of
535
538
-- `package.searchers`.
536
539
if packagefieldname == " postload" then
537
- out :write ([=[
540
+ out :write ( [=[
538
541
do
539
542
local assert = assert
540
543
local type = assert( type )
You can’t perform that action at this time.
0 commit comments