Skip to content

fix(cmd/mr/merge): don't print Default to true as Cobra already does

Kerri Miller requested to merge github/fork/maxice8/default-to into trunk

Created by: maxice8

Description gitlab mr merge --help has double default, one auto-generated from the cobra package by looking at the default value given to the flag function and another written by glab

Related Issue #382 (closed)

How Has This Been Tested? make && ./bin/glab mr merge --help | grep default

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports