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)
Thu, Dec 12, 12:53 AM
Unknown Object (File)
Mon, Dec 2, 4:02 PM
Unknown Object (File)
Sun, Dec 1, 1:42 PM
Unknown Object (File)
Wed, Nov 27, 3:54 AM
Unknown Object (File)
Sat, Nov 23, 11:41 AM
Unknown Object (File)
Nov 22 2024, 5:43 PM
Unknown Object (File)
Nov 19 2024, 3:46 AM
Unknown Object (File)
Nov 15 2024, 9:39 AM
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