Files
lix/doc/manual/rl-next/fix-help.md
T
Linus Heckemann a954a5ea2f libcmd/markdown: avoid stripping ANSI escapes
Instead, we instruct lowdown not to emit them in the first place.

Fixes #622.

Change-Id: I596bb873943c2c0b5067c5357a90457f01307cfa
2025-03-10 19:32:00 +01:00

10 lines
270 B
Markdown

---
synopsis: "Fix `--help` formatting"
issues: [fj#622]
cls: [2776]
category: "Fixes"
credits: ["lheckemann"]
---
The help printed when invoking `nix` or `nix-store` and subcommands with `--help` previously contained garbled terminal escapes. These have been removed.