reduce cli column spacing to 1 space

This commit is contained in:
silverwind 2022-06-03 22:41:48 +02:00
parent 61cfa0211c
commit 20d2f7b435
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -526,7 +526,7 @@ function formatDeps() {
const ansiRe = ansiRegex();
return textTable(arr, {
hsep: " ",
hsep: " ",
stringLength: str => str.replace(ansiRe, "").length,
});
}