Fix env var

This commit is contained in:
Manuel Rüger 2024-12-04 17:25:00 +01:00
parent 0acd97b434
commit 52d0cd94db

View File

@ -72,7 +72,7 @@ var flags = []cli.Flag{
Value: false,
Aliases: []string{"L"},
Usage: "remove linebreaks inside of tags, to accomodate non-standard Confluence behavior",
EnvVars: []string{"MARK_STRIP_LINEBREAK"},
EnvVars: []string{"MARK_STRIP_LINEBREAKS"},
}),
altsrc.NewBoolFlag(&cli.BoolFlag{
Name: "title-from-h1",