[roll] Roll fuchsia [check-licenses] Refactor policy to nested subcommands

Refactor PolicyCommand into a nested sub-commander that delegates to
PolicyAddCommand. This moves the mandatory -bug and optional -desc flags
to the add sub-command, aligning with standard CLI syntax (policy add
-bug ...). Implemented UX error catching to detect flags placed after
positional arguments and print helpful instructions. Updated usage
strings and unit tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1602049
Original-Revision: f0bea21223b420f22126f64011e7602124f2a581
GitOrigin-RevId: 84cd77abd0e29fbe4cceff66ae26bedfba3dc547
Change-Id: I1bdffc1e0e60dd40fe6b5fc83e6418f36588554b
1 file changed
tree: 20789e52dcf54d9d97afc20c6007e4503d6628f1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.