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