// Code generated by mockery v1.0.0. DO NOT EDIT. // This comment works around https://github.com/vektra/mockery/issues/155 package common import cli "github.com/urfave/cli" import mock "github.com/stretchr/testify/mock" // MockCommander is an autogenerated mock type for the Commander type type MockCommander struct { mock.Mock } // Execute provides a mock function with given fields: c func (_m *MockCommander) Execute(c *cli.Context) { _m.Called(c) }