MCPcopy Create free account
hub / github.com/gogs/gogs / stringFlag

Function stringFlag

internal/cmd/cmd.go:9–15  ·  view source on GitHub ↗
(name, value, usage string)

Source from the content-addressed store, hash-verified

7)
8
9func stringFlag(name, value, usage string) cli.StringFlag {
10 return cli.StringFlag{
11 Name: name,
12 Value: value,
13 Usage: usage,
14 }
15}
16
17func boolFlag(name, usage string) cli.BoolFlag {
18 return cli.BoolFlag{

Callers 8

backup.goFile · 0.85
web.goFile · 0.85
import.goFile · 0.85
serv.goFile · 0.85
admin.goFile · 0.85
restore.goFile · 0.85
hook.goFile · 0.85
cert.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected