diff --git a/branch_submit.go b/branch_submit.go index c8e97ff2..2d5471ea 100644 --- a/branch_submit.go +++ b/branch_submit.go @@ -26,7 +26,7 @@ type submitOptions struct { Draft *bool `negatable:"" help:"Whether to mark change requests as drafts"` NoPublish bool `name:"no-publish" help:"Push branches but don't create change requests"` - NavigationComment navigationCommentWhen `name:"nav-comment" config:"submit.navigationComment" placeholder:"true" help:"Whether to add a navigation comment to the change request. Must be one of: true, false, multiple."` + NavigationComment navigationCommentWhen `name:"nav-comment" config:"submit.navigationComment" enum:"true,false,multiple" default:"true" help:"Whether to add a navigation comment to the change request. Must be one of: true, false, multiple."` Force bool `help:"Force push, bypassing safety checks"`