MCPcopy
hub / github.com/urfave/cli / extFlag

Struct extFlag

flag_ext.go:8–10  ·  flag_ext.go::extFlag

Source from the content-addressed store, hash-verified

6)
7
8type extFlag struct {
9 f *flag.Flag
10}
11
12func (e *extFlag) PreParse() error {
13 if e.f.DefValue != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected