feat: add --initial-height flag to cli init cmd (#15147)

This commit is contained in:
Till Ziegler
2023-02-24 15:26:40 +01:00
committed by GitHub
parent 4c51b77bf5
commit b53be683b6
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ const (
FlagReverse = "reverse"
FlagTip = "tip"
FlagAux = "aux"
FlagInitHeight = "initial-height"
// FlagOutput is the flag to set the output format.
// This differs from FlagOutputDocument that is used to set the output file.
FlagOutput = cmtcli.OutputFlag