enso-org / dataframes

A library for working with tabular data in Luna.
https://luna-lang.org
MIT License
6 stars 5 forks source link

Fix for #117 — vmmap needs -w argument so long paths are not shortened. #118

Closed mwu-tow closed 5 years ago

mwu-tow commented 5 years ago

The long paths in vmmap output are shortened by default. We require having full paths though, so we need to pass -w flag to allow wide output.