Page MenuHomePhabricator

Is it possible to provide the `--nounit` flag to `arc diff` by default?
Closed, ResolvedPublic

Asked by yelirekim on Oct 15 2015, 3:18 AM.

Details

Our build and unit process takes a bit, we've enabled our Phabricator install to run the build / unit remotely once a diff is put up, so people are tending to just always use --nounit. In order to avoid the proliferation of aliases and the like, it'd be nice to hook into arc and tell it to always skip the tests for this particular repository. Is this possible?

Answers

avivey
Updated 3,132 Days Ago

No.

You can create an alias to run this:
arc alias diff2 diff -- --nounit
and then have use arc diff2 as a shorthand for arc diff --nounit.

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.