Page MenuHomePhabricator

Before launching $EDITOR from arc, print that we're doing it
AbandonedPublic

Authored by rugabarbo on Feb 12 2014, 2:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 12 2024, 9:31 AM
Unknown Object (File)
Jan 24 2024, 3:57 PM
Unknown Object (File)
Jan 24 2024, 3:57 PM
Unknown Object (File)
Jan 24 2024, 3:56 PM
Unknown Object (File)
Dec 2 2023, 4:01 AM
Unknown Object (File)
Nov 30 2023, 12:04 AM
Unknown Object (File)
Oct 28 2023, 2:59 AM
Unknown Object (File)
Sep 23 2023, 1:35 AM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

Ref T3271.

Test Plan
  1. Launch any arc command that require editor launching;
  2. Make sure that the message about launching editor is present in console output.

Diff Detail

Repository
rPHU libphutil
Branch
master
Lint
Lint Passed
Unit
Tests Passed

Event Timeline

src/console/PhutilInteractiveEditor.php
100

It's my first commit for libphutil and so I have some "beginner"-question :-)
Is it OK, that I used console output directly into invokeEditor( ) low-level method?