4.6.3 Adds `editor` option
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