This commit is contained in:
Kovid Goyal 2023-11-11 08:45:39 +05:30
parent 77292a16d6
commit 65754a2032
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -98,7 +98,7 @@ func ShowHelpInPager(text string) {
pager.Stdin = strings.NewReader(text)
pager.Stdout = os.Stdout
pager.Stderr = os.Stderr
pager.Run()
_ = pager.Run()
}
func (self *Command) ShowHelpWithCommandString(cs string) {