Skip to content

feat: editing description of issues and MRs via editor

msvechla requested to merge msvechla/cli:issue_edit into main

Description

This MR changes the glab issue update <id> and glab mr update <id> commands.

Now, if --description="-" is specified as argument, the default editor will be launched to update the description of the MR or Issue.

Related Issues

Resolves #466 (closed)

How has this been tested?

Tested on my local machine with vim

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)
Edited by msvechla

Merge request reports

Loading