Prints the inspect hierarchies that match the given selectors.
See https://fuchsia.dev/fuchsia-src/development/diagnostics/inspect#userspace_tools for more.
a fuzzy-search query. May include URL, moniker, or manifest fragments. No selector-escaping
for moniker is needed in this query. Selectors following –component should omit the
component selector, as they will be spliced together by the tool with the correct escaping.
A string specifying what fuchsia.diagnostics.ArchiveAccessor to connect to.
This can be copied from the output of ffx inspect list-accessors.
The selector will be in the form of:
:fuchsia.diagnostics.ArchiveAccessorName
Get a String with just the argument names, e.g., options, flags, subcommands, etc, but
without the values of the options and arguments. This can be useful as a means to capture
anonymous usage statistics without revealing the content entered by the end user. Read more