MCPcopy
hub / github.com/yuk7/wsldl / GetCommand

Function GetCommand

src/run/command.go:87–90  ·  view source on GitHub ↗

GetCommand returns the run command structure

()

Source from the content-addressed store, hash-verified

85
86// GetCommand returns the run command structure
87func GetCommand() cmdline.Command {
88 deps := wsllib.NewDependencies()
89 return GetCommandWithDeps(deps.Wsl)
90}
91
92// GetCommandWithDeps returns the run command structure with injectable dependencies.
93func GetCommandWithDeps(wsl wsllib.WslLib) cmdline.Command {

Callers 1

Calls 1

GetCommandWithDepsFunction · 0.70

Tested by 1