mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
...
This commit is contained in:
parent
77292a16d6
commit
65754a2032
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue