Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 89faac7

Browse files
committed
fixed command struct to remove unused args
1 parent a98ff8c commit 89faac7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

command/monitor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
// MonitorCommand is the command implementation that allows users to monitor
1212
// a job until it completes
1313
type MonitorCommand struct {
14-
args []string
1514
Meta
1615
}
1716

0 commit comments

Comments
 (0)