summaryrefslogtreecommitdiffstats
path: root/pkg/commands/oscommands/dummies.go
blob: cd2e4eca3f14038917f0691fd2f6565527c4da66 (plain)
1
2
3
4
5
6
7
8
9
10
package oscommands

import (
	"github.com/jesseduffield/lazygit/pkg/utils"
)

// NewDummyOSCommand creates a new dummy OSCommand for testing
func NewDummyOSCommand() *OSCommand {
	return NewOSCommand(utils.NewDummyCommon())
}