| commit | 2440c5a9155a9a78e8af1f4c38046d5f28526385 | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <vapier@chromium.org> | Tue Nov 06 22:31:58 2018 |
| committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 06 22:31:58 2018 |
| tree | 3fb6e61ba4bec7a840504e9ff82c86e022ad6300 | |
| parent | a6966377234dde60fdf90502ffbe29770d604c4f [diff] |
grit: delay "help" builtin parsing The "help" ad-hoc parsing only works in the simplest case: grit help grit help foo When passing options to grit, the "help" builtin fails and producing confusing output: $ grit -i ... help No such tool. Try running 'grit help' for a list of tools. $ grit -i ... help xmb No such tool. Try running 'grit help' for a list of tools. Delay parsing of the "help" tool until after we've processed grit's core options. Bug: 747171 Change-Id: Iae5fdee2493346cee4272368ac8862647433faaf Reviewed-on: https://chromium-review.googlesource.com/c/1320690 Reviewed-by: agrieve <agrieve@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/master@{#605854}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .