mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +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,
|
Value: false,
|
||||||
Aliases: []string{"L"},
|
Aliases: []string{"L"},
|
||||||
Usage: "remove linebreaks inside of tags, to accomodate non-standard Confluence behavior",
|
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{
|
altsrc.NewBoolFlag(&cli.BoolFlag{
|
||||||
Name: "title-from-h1",
|
Name: "title-from-h1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user