8000 Fix `help` function to check if `less` is available before using by SteveL-MSFT · Pull Request #11737 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@SteveL-MSFT
Copy link
Member
@SteveL-MSFT SteveL-MSFT commented Jan 31, 2020

PR Summary

The help function assumes on non-Windows that less is available as a pager. However, on some Linux systems, less is not installed by default so using help fails that less is not found. FIx is to check if less is available before using and, if not, just output the help text instead of paging.

PR Context

Fix #9830

PR Checklist