Skip to content

Commit

Permalink
Add filtering for captures command
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Jun 12, 2021
1 parent 0073121 commit 1be4c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/captures.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func captures() *commander.Command {
Namespace: "captures",
ShortDesc: "Operations with Captures API.",
},
commander.NoCols(),
getCapturesCols(),
)

listCapturesCmd(c)
Expand Down

0 comments on commit 1be4c52

Please sign in to comment.