mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
10bdc77f96
Summary: The --only flag implies --nounit and --nolint, so there's really no conflict if these flags are specified together. (My wrapper around arc diff automatically specifies --nounit in some cases. It is useful to be able to manually add --only in some cases, and not have it fail because it conflicts with the automatically specified --nounit flag.) Test Plan: Ran "arc diff --only --nounit". Reviewed By: epriestley Reviewers: epriestley, jungejason CC: aran, epriestley, simpkins Differential Revision: 298 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
PROJECT STATUS: CAVEAT EMPTOR This is an unstable preview release. I'm open sourcing some of Facebook's internal tools, but they'll be unstable for at least a couple months. -epriestley WHAT IS ARCANIST? Arcanist is the CLI for Facebook's code review tool, Differential. Since Differential isn't released yet, it may not be terribly useful on its own.