dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Added requirement for Less on Linux #433

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Some Linux distributions will not come with Less installed. This PR introduces an install-time requirement to ensure users install Less.

On Ubuntu, it is already required to call apt-get install -f to install missing requirements, so this won't introduce an extra step. On CentOS, Less appears to already be installed on the platform.