Skip to content

Commit

Permalink
fix(help): move find to the Basic category
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Oct 20, 2023
1 parent 6d04d2d commit 03f077a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/chisel/cmd_help.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ type helpCategory struct {
var helpCategories = []helpCategory{{
Label: "Basic",
Description: "general operations",
Commands: []string{"help", "version"},
Commands: []string{"find", "help", "version"},
}, {
Label: "Action",
Description: "make things happen",
Commands: []string{"cut", "find"},
Commands: []string{"cut"},
}}

var (
Expand Down

0 comments on commit 03f077a

Please sign in to comment.