docs/commands/stop.go

6 lines
96 B
Go

package commands
func cmdStop(c CommandLine) error {
return runActionWithContext("stop", c)
}