Skip to content

Commit

Permalink
feat: preview auto shows plan details
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-hm19 committed Feb 6, 2024
1 parent 99168ac commit f624d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/preview/preview.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func NewCmdPreview() *cobra.Command {
func (o *Options) AddPreviewFlags(cmd *cobra.Command) {
cmd.Flags().StringVarP(&o.Operator, "operator", "", "",
i18n.T("Specify the operator"))
cmd.Flags().BoolVarP(&o.Detail, "detail", "d", false,
cmd.Flags().BoolVarP(&o.Detail, "detail", "d", true,
i18n.T("Automatically show plan details with interactive options"))
cmd.Flags().BoolVarP(&o.All, "all", "a", false,
i18n.T("Automatically show all plan details, combined use with flag `--detail`"))
Expand Down

0 comments on commit f624d19

Please sign in to comment.