mirror of
https://github.com/nushell/nushell
synced 2025-01-16 07:04:09 +00:00
4f8d82bb88
# Description Allows specifying multiple attributes to retrieve from the selected nodes. E.g. you may want to select both hrefs and targets from the list of links: ```nushell .... | query web --query a --attribute [href target] ``` # User-Facing Changes `query web --attribute` previously accepted a string. Now it accepts either a string or a list of strings. The shape definition for this flag was relaxed temporarily, until nushell/nushell#13253 is fixed. |
||
---|---|---|
.. | ||
lib.rs | ||
main.rs | ||
query.rs | ||
query_json.rs | ||
query_web.rs | ||
query_xml.rs | ||
web_tables.rs |