Add example for enter, shells and view-source, update some docs (#4604)

This commit is contained in:
Justin Ma
2022-02-22 23:16:56 +08:00
committed by GitHub
parent c2bad71123
commit d054a724d1
12 changed files with 108 additions and 12 deletions

View File

@@ -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