mirror of
https://github.com/nushell/nushell.git
synced 2024-12-03 13:53:59 +01:00
16 lines
240 B
Markdown
16 lines
240 B
Markdown
|
# selector
|
||
|
execute selector query on html/web
|
||
|
|
||
|
## Usage
|
||
|
```shell
|
||
|
> selector <query> {flags}
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
* `<query>` selector query
|
||
|
|
||
|
## Flags
|
||
|
* -h, --help: Display this help message
|
||
|
* -a, --as_html: return the query output as html
|
||
|
|