()
| 37 | ) |
| 38 | |
| 39 | func init() { |
| 40 | c := cmd.RootCmd |
| 41 | c.AddCommand(test.NewTestCommand(c.Context())) |
| 42 | } |
| 43 | |
| 44 | func main() { |
| 45 | // opa run is using $HOME for the --history flag, $HOME is environment |
nothing calls this directly
no test coverage detected