cli/pkg
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
..
cmd issue comment: support quotes and arguments in EDITOR value 2022-04-29 18:05:39 +02:00
cmdutil Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
export Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
extensions Add extension upgrade --dry-run (#5098) 2022-04-12 07:18:08 +00:00
findsh go fmt 2021-12-02 16:12:24 +01:00
githubtemplate Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
httpmock Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
iostreams Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
jsoncolor Fix "null" display in colored JSON output 2021-05-12 16:56:52 +02:00
liveshare Resolve feedback 2022-04-21 14:56:55 -07:00
markdown Preserve newlines in GitHub-flavored markdown 2022-01-13 19:41:01 +01:00
prompt Have NewAskStubber perform auto-cleanup 2022-01-14 18:52:00 +01:00
search Replace old search utility with new search (#5366) 2022-04-06 16:44:52 +02:00
set Add GH_HOST to hosts list if it has corresponding auth token (#5087) 2022-01-29 07:37:24 +00:00
surveyext issue comment: support quotes and arguments in EDITOR value 2022-04-29 18:05:39 +02:00
text Add top level search command and search repos sub command (#5172) 2022-03-09 12:24:27 +00:00