koordinates / kart

Distributed version-control for geospatial and tabular data
https://kartproject.org
Other
515 stars 39 forks source link

`kart.exe config -l` displays "error: cannot spawn less" on windows #959

Open hamishcampbell opened 6 months ago

hamishcampbell commented 6 months ago

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:

  1. run kart.exe config -l
  2. See output

Expected behaviour Just get the outpu tof config -l

Output

Screenshot 2024-01-09 at 16 48 35

Version Info

hamishcampbell commented 6 months ago

Note this was Kart as installed by the QGIS plugin.

It looks like this is fixed with


kart.exe config --global core.pager ""
``