[roll] Roll fuchsia [ffx][writer] Refactor Format enum to command

This moves the Format enum to ffx/command:lib so the dependency
direction can be reversed and have writer depend on command.

This is not ideal, and perhaps there is a better crate for the Format
enum. It is however, good to switch the direction of the dependency
so the TryFromEnv implementations for the writers can be moved
to the writer crate and out of fho.

Original-Bug: 392174596
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1201487
Original-Revision: cc12e8d1334a9f7c72c16f88781cabe5b27b9906
GitOrigin-RevId: 92f90cb5510c9bade1d057091cd0907c9dfea90a
Change-Id: I1069a8746a6d692df01b137edf65e8f1133f5eb9
1 file changed
tree: 5b2dc50546ed2a0913d7bc2e187467a26dd4e319
  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 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.