kart
kart copied to clipboard
`kart.exe config -l` displays "error: cannot spawn less" on windows
Describe the bug
In Windows, running the command config -l displays error: cannot pawn less before continuing.
This doesn't seem to cause issues using the command line. This might cause issues in other software such as the QGIS Kart plugin that uses the result of the command.
To Reproduce
Steps to reproduce the behaviour:
- run
kart.exe config -l - See output
Expected behaviour
Just get the outpu tof config -l
Output
Version Info
- OS: Windows Server 2022
- Version: Kart 0.15
Note this was Kart as installed by the QGIS plugin.
It looks like this is fixed with
kart.exe config --global core.pager ""
``