Page MenuHomePhabricator

Add a `addColumns` method to `PhutilConsoleTable`.
ClosedPublic

Authored by joshuaspence on Jun 15 2014, 6:01 PM.
Tags
None
Referenced Files
F18589953: D9553.diff
Fri, Sep 12, 4:44 AM
F18584740: D9553.id22898.diff
Thu, Sep 11, 1:30 PM
F17862625: D9553.id22898.diff
Jul 28 2025, 12:07 AM
Unknown Object (File)
Jun 9 2025, 2:25 AM
Unknown Object (File)
May 5 2025, 2:02 PM
Unknown Object (File)
Apr 26 2025, 10:18 PM
Unknown Object (File)
Apr 15 2025, 1:51 AM
Unknown Object (File)
Apr 12 2025, 8:03 PM
Subscribers

Details

Summary

Allow columns to be added in one big hit. In some cases, this may be easier than adding columns individually.

Test Plan

Meh

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Add a `addColumns` method to `PhutilConsoleTable`..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

I gave you commit access since you seem trustworthy, you should be able to realign your working copies like this:

git remote set-url origin ssh://dweller@secure.phabricator.com/diffusion/PHU/libphutil.git

..and then arc land your own stuff from here on out.

This revision is now accepted and ready to land.Jun 15 2014, 6:15 PM