Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jawher committed Jul 25, 2021
1 parent c6cd06b commit 0d51d0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -742,10 +742,6 @@ func (c *Cmd) parse(args []string, entry, inFlow, outFlow *flow.Step) error {

}

func (c *Cmd) helpRequested(args []string) bool {
return c.isFirstItemAmong(args, []string{"-h", "--help"})
}

func (c *Cmd) helpIndex(args []string) int {
searchSet := []string{"-h", "--help"}
for i, arg := range args {
Expand Down

0 comments on commit 0d51d0a

Please sign in to comment.