feat: add --initial-height flag to cli init cmd (#15147)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user