(state *globalState)
| 38 | } |
| 39 | |
| 40 | func providerAPI(state *globalState) appapi.ProviderAPI { |
| 41 | return makeProviderAPI(state) |
| 42 | } |
| 43 | |
| 44 | func (a *App) providerInitCommand(state *globalState) *cobra.Command { |
| 45 | return &cobra.Command{ |
no test coverage detected