Skip to content

Commit ce9dd70

Browse files
fix: enable piping on ls command
1 parent 6358546 commit ce9dd70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/list.go

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ var listCmd = &cobra.Command{
1818
Use: "list",
1919
Short: "print a table of the findings in a report or files in a gatecheck bundle",
2020
Aliases: []string{"ls", "print"},
21-
Args: cobra.ExactArgs(1),
2221
PreRunE: func(cmd *cobra.Command, args []string) error {
2322
inputType, _ := cmd.Flags().GetString("input-type")
2423
if inputType == "" && len(args) == 0 {

0 commit comments

Comments
 (0)