init
This commit is contained in:
11
cmd/mkembedfs/help.txt
Normal file
11
cmd/mkembedfs/help.txt
Normal file
@ -0,0 +1,11 @@
|
||||
mkembedfs - generate V code for embed directories with files into executable.
|
||||
usage: mkembedfs [flags] [<path>]
|
||||
flags:
|
||||
-help print this help message and exit
|
||||
-chdir <string> change working directory before codegen
|
||||
-prefix <string> path prefix for file keys, none by default
|
||||
-ignore <string> path globs to ignore (allowed multiple times)
|
||||
-module-name <string> generated module name, main by default
|
||||
-const-name <string> generated constant name with data, embedfs by default
|
||||
-no-pub do not make symbols in generated module public
|
||||
-force-mimetype set applicetion/octet-stream mime type for unknown files
|
Reference in New Issue
Block a user