mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-02 01:48:23 +01:00
ee21b3c661
Summary: `arc help` currently prints more than 500 lines and it is hardly usable without ##> arc.help##, ##| less##, ##| grep##, ##| wc -l## or such. It is even worse with custom commands and options. This diff changes `arc help` to only list commands with no description (under 100 lines). It also adds `arc help --full` which maintains the original behavior. It doesn't change `arc help <command>`. NOTE: BC break on different levels. Test Plan: arc help arc help --full arc help help arc help lint Reviewers: epriestley Reviewed By: epriestley CC: nh, aran, epriestley Differential Revision: https://secure.phabricator.com/D1769 |
||
---|---|---|
.. | ||
alias | ||
amend | ||
base | ||
branch | ||
call-conduit | ||
commit | ||
cover | ||
diff | ||
download | ||
exception/notsupported | ||
export | ||
git-hook-pre-receive | ||
help | ||
install-certificate | ||
land | ||
liberate | ||
lint | ||
list | ||
mark-committed | ||
merge | ||
paste | ||
patch | ||
shell-complete | ||
svn-hook-pre-commit | ||
unit | ||
upload | ||
which |