algolia runs the root command of the Algolia CLI
()
| 14 | |
| 15 | // algolia runs the root command of the Algolia CLI |
| 16 | func algolia() int { |
| 17 | return int(root.Execute()) |
| 18 | } |
| 19 | |
| 20 | // TestMain sets the executable program so that we don't depend on the compiled binary |
| 21 | func TestMain(m *testing.M) { |