Instead, we instruct lowdown not to emit them in the first place. Fixes #622. Change-Id: I596bb873943c2c0b5067c5357a90457f01307cfa
10 lines
270 B
Markdown
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.
|