MCPcopy Create free account
hub / github.com/Tylous/ZipExec / FlagOptions

Struct FlagOptions

ZipExec.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type FlagOptions struct {
31 outFile string
32 inputFile string
33 sandbox bool
34}
35
36func options() *FlagOptions {
37 outFile := flag.String("O", "", "Name of output file (e.g. loader.js)")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected