| 37 | } |
| 38 | |
| 39 | type Command struct { |
| 40 | *dig.Command |
| 41 | outputFlags outputflags.Flags |
| 42 | } |
| 43 | |
| 44 | func New(parent charm.Command, f *flag.FlagSet) (charm.Command, error) { |
| 45 | c := &Command{Command: parent.(*dig.Command)} |
nothing calls this directly
no outgoing calls
no test coverage detected