[roll] Roll fuchsia [ffx]Removing unreachable help ffx_plugin

This removes the ffx_plugin for Help in the ffx frontend.

It is unreachable since argh handles the "help" subcommand.
The jinja template used to chain together all the plugins and subtools
still expects the top level of ffx to be a "plugin suite", even if
the code is unreachable, so some boilerplate is needed until the
jinja template is edited or removed.

This is the last instance of ffx_core::ffx_plugin.

Original-Bug: b/290067014
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1078795
Original-Revision: 265d90d956323c0d32f21af19b24d6419fee778d
GitOrigin-RevId: c424a071ec82bc0a34cb910dc5ab825ab0500b9c
Change-Id: I2de00fc35a6fb78695c314e2ffe3304a46749ee1
1 file changed
tree: 326bd3a03426623a25c1a86f663dd0552930d259
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.