| 730 | } |
| 731 | |
| 732 | type configImpl struct { |
| 733 | c *cli.Context |
| 734 | |
| 735 | set map[string]interface{} |
| 736 | } |
| 737 | |
| 738 | func NewUrfaveCliConfigImpl(c *cli.Context) (configImpl, error) { |
| 739 | if c.NArg() > 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected