MCPcopy
hub / github.com/OJ/gobuster / Command

Function Command

cli/dir/dir.go:13–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11)
12
13func Command() *cli.Command {
14 cmd := cli.Command{
15 Name: "dir",
16 Usage: "Uses directory/file enumeration mode",
17 Action: run,
18 Flags: getFlags(),
19 }
20 return &cmd
21}
22
23func getFlags() []cli.Flag {
24 var flags []cli.Flag

Callers 1

mainFunction · 0.92

Calls 1

getFlagsFunction · 0.70

Tested by

no test coverage detected