mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 06:40:16 +02:00
Add example for enter, shells and view-source, update some docs (#4604)
This commit is contained in:
@@ -8,13 +8,12 @@ execute selector query on html/web
|
||||
|
||||
## Signature
|
||||
|
||||
```> query web --query --as_html --attribute --as_table --inspect```
|
||||
```> query web --query --as-html --attribute --as-table --inspect```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `--query {string}`: selector query
|
||||
- `--as_html`: return the query output as html
|
||||
- `--as-html`: return the query output as html
|
||||
- `--attribute {string}`: downselect based on the given attribute
|
||||
- `--as_table {any}`: find table based on column header list
|
||||
- `--as-table {any}`: find table based on column header list
|
||||
- `--inspect`: run in inspect mode to provide more information for determining column headers
|
||||
|
||||
|
Reference in New Issue
Block a user