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
F14758253: D9608.id23030.diff
Wed, Jan 22, 6:11 AM
Unknown Object (File)
Sun, Jan 12, 1:29 PM
Unknown Object (File)
Sat, Jan 11, 8:01 PM
Unknown Object (File)
Wed, Jan 1, 4:26 AM
Unknown Object (File)
Dec 12 2024, 12:53 AM
Unknown Object (File)
Dec 2 2024, 4:02 PM
Unknown Object (File)
Dec 1 2024, 1:42 PM
Unknown Object (File)
Nov 27 2024, 3:54 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