| 22 | } |
| 23 | |
| 24 | type Command struct { |
| 25 | *dev.Command |
| 26 | } |
| 27 | |
| 28 | func New(parent charm.Command, f *flag.FlagSet) (charm.Command, error) { |
| 29 | return &Command{Command: parent.(*dev.Command)}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected