chore(tasks): support looking up tasks by script id (#437)
This commit is contained in:
@ -125,6 +125,11 @@ func newTaskFindCmd() cli.Command {
|
||||
Usage: "task owner ID",
|
||||
Destination: ¶ms.UserID,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "script-id",
|
||||
Usage: "script ID",
|
||||
Destination: ¶ms.ScriptID,
|
||||
},
|
||||
&cli.IntFlag{
|
||||
Name: "limit",
|
||||
Usage: "the number of tasks to find",
|
||||
|
Reference in New Issue
Block a user