DR
{port, {:exit_status, _}}
Size: a a a
DR
{port, {:exit_status, _}}
DR
:nouse_stdio
- та опция, что тебе нужна.ŹR
jc
ŹR
DR
ŹR
ŹR
DR
editor = System.get_env("EDITOR") || ""
case String.split(editor) do
[] ->
View.panic(:editor_not_defined)
[editor | args] ->
case System.cmd("which", [editor]) do
...
{editor_path} ->
launch_editor(...)
end
end
DR
PS
PS
ŹR
ŹR
ŹR
PS
ŹR
YK
YK
к