Skip to content

4.6.3 Adds `editor` option

Compare
Choose a tag to compare
@sorenlouv sorenlouv released this 15 Aug 10:52

PR: #142

This adds editor option which allows the user to specify an editor of their choice that will be opened if a conflict occurs. Example usage:

{
  "username": "sqren",
  "accessToken": "very_secret_token",
  "editor": "code"
}

or via cli:

backport --editor code