cli/pkg/surveyext
Mislav Marohnić 5986f88565 issue comment: support quotes and arguments in EDITOR value
The `issue comment` command would perform a `filepath.Base()` on the
value of EDITOR and use the result for launching the editor, which is
undesireable for both functional and display purposes:

- For functional purposes, always shellsplit the value of GH_EDITOR or
  EDITOR before we shell out to that process;
- For display purposes, extract the basename only after shellsplitting.
2022-04-29 18:05:39 +02:00
..
editor.go issue comment: support quotes and arguments in EDITOR value 2022-04-29 18:05:39 +02:00
editor_manual.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
editor_test.go Fix test flaky due to race in showing/hiding cursor 2021-06-14 10:58:53 +02:00