MCPcopy Create free account
hub / github.com/basecamp/hey-cli / newTimetrackStopCommand

Function newTimetrackStopCommand

internal/cmd/timetrack.go:90–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 )
89}
90
91// stop
92
93type timetrackStopCommand struct {
94 cmd *cobra.Command
95 category string
96}
97
98func newTimetrackStopCommand() *timetrackStopCommand {
99 timetrackStopCommand := &timetrackStopCommand{}
100 timetrackStopCommand.cmd = &cobra.Command{
101 Use: "stop",
102 Short: "Stop time tracking",
103 Long: `Stop the running time track.
104

Callers 1

newTimetrackCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected