mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-23 21:32:41 +08:00
Fix env var
This commit is contained in:
parent
0acd97b434
commit
52d0cd94db
2
main.go
2
main.go
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user