(c *cli.Context)
| 88 | return c.String("driver") |
| 89 | } |
| 90 | func conn(c *cli.Context) string { |
| 91 | return os.ExpandEnv(c.String("connection")) |
| 92 | } |
| 93 | func dest(c *cli.Context) io.Writer { |
| 94 | return os.Stdout |
| 95 | } |
no outgoing calls
no test coverage detected