cli/pkg/cmd/pr
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
..
checkout Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
checks Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
close Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
comment Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
create Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
diff Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
edit Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
list Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
merge Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
ready Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
reopen Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
review Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
shared issue comment: support quotes and arguments in EDITOR value 2022-04-29 18:05:39 +02:00
status Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
view Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
pr.go Consistent punctuation in command usages (#5139) 2022-01-31 10:56:12 +00:00