We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6358546 commit ce9dd70Copy full SHA for ce9dd70
cmd/list.go
@@ -18,7 +18,6 @@ var listCmd = &cobra.Command{
18
Use: "list",
19
Short: "print a table of the findings in a report or files in a gatecheck bundle",
20
Aliases: []string{"ls", "print"},
21
- Args: cobra.ExactArgs(1),
22
PreRunE: func(cmd *cobra.Command, args []string) error {
23
inputType, _ := cmd.Flags().GetString("input-type")
24
if inputType == "" && len(args) == 0 {
0 commit comments