a fuzzy-search query. May include URL, moniker, or manifest fragments.
a fauzzy-search query for the component we are interested in. May include URL, moniker, or
manifest fragments. If this is provided, the output will only contain monikers for
components that matched the query.
A selector specifying what fuchsia.diagnostics.ArchiveAccessor to connect to.
The selector will be in the form of:
:fuchsia.diagnostics.ArchiveAccessor(.pipeline_name)?
Typically this is the output of iquery list-accessors.
For example: bootstrap/archivist:fuchsia.diagnostics.ArchiveAccessor.feedback
means that the command will connect to the ArchiveAccecssor filtered by the feedback
pipeline exposed by bootstrap/archivist.
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