Page MenuHomePhabricator

Add a newline to the output of `arc help --full`.
ClosedPublic

Authored by joshuaspence on Jun 17 2014, 10:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 3:46 AM
Unknown Object (File)
Fri, Nov 15, 9:39 AM
Unknown Object (File)
Sun, Nov 10, 4:48 PM
Unknown Object (File)
Fri, Nov 8, 8:20 PM
Unknown Object (File)
Thu, Nov 7, 10:22 AM
Unknown Object (File)
Sun, Oct 27, 7:46 PM
Unknown Object (File)
Sat, Oct 26, 1:33 PM
Unknown Object (File)
Oct 19 2024, 9:00 PM
Subscribers

Details

Summary

The output from arc help --full is missing a newline character.

Test Plan

Before

> arc help --full
      --skip-arcconfig
           Skip the working copy configuration file

      --arcrc-file filename
           Use provided file instead of ~/.arcrc.>

After

> arc help --full
      --skip-arcconfig
           Skip the working copy configuration file

      --arcrc-file filename
           Use provided file instead of ~/.arcrc.
>

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Add a newline to the output of `arc help --full`..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 17 2014, 10:06 PM