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

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

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1602050
Original-Revision: 4425086eb4d86b3db1832263d4357b0ed8660257
GitOrigin-RevId: a8a8b13b3227d5e1e0c7c775c0c58fd94abba5dd
Change-Id: I77ebdb7f2f6d0c8c4239ad9207dc54b73feae286
1 file changed
tree: 31dda0803f16edcfb4dcfe55abd277323667f644
  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.