urfave / cli

A simple, fast, and fun package for building command line apps in Go
https://cli.urfave.org
MIT License
21.91k stars 1.69k forks source link

Fix nil HelpFlag panic (v2) #1795

Closed wxiaoguang closed 11 months ago

wxiaoguang commented 11 months ago

What type of PR is this?

Fix the panic when HelpFlag=nil

Which issue(s) this PR fixes:

Fix #1794