This commit is contained in:
Fraser Waters 2021-11-15 10:58:07 +00:00
parent 83e655e19f
commit 878c2bb28a

View file

@ -237,7 +237,7 @@ func newPreviewCmd() *cobra.Command {
"Config keys contain a path to a property in a map or list to set") "Config keys contain a path to a property in a map or list to set")
if hasExperimentalCommands() { if hasExperimentalCommands() {
cmd.PersistentFlags().StringVar( cmd.PersistentFlags().StringVar(
&planFilePath, "save-constaints", "", &planFilePath, "save-constraints", "",
"Save the operations proposed by the preview to a constraints file at the given path") "Save the operations proposed by the preview to a constraints file at the given path")
} }
cmd.Flags().BoolVarP( cmd.Flags().BoolVarP(