fix(extract): Correcting docs for the css-selector option
This commit is contained in:
+6
-6
@@ -197,7 +197,7 @@ def extract():
|
|||||||
@option(
|
@option(
|
||||||
"--css-selector",
|
"--css-selector",
|
||||||
"-s",
|
"-s",
|
||||||
help="CSS selector to extract specific content from the page. It resolves to the first match if multiple matches are found.",
|
help="CSS selector to extract specific content from the page. It return all matches.",
|
||||||
)
|
)
|
||||||
@option(
|
@option(
|
||||||
"--params",
|
"--params",
|
||||||
@@ -292,7 +292,7 @@ def get(
|
|||||||
@option(
|
@option(
|
||||||
"--css-selector",
|
"--css-selector",
|
||||||
"-s",
|
"-s",
|
||||||
help="CSS selector to extract specific content from the page",
|
help="CSS selector to extract specific content from the page. It return all matches.",
|
||||||
)
|
)
|
||||||
@option(
|
@option(
|
||||||
"--params",
|
"--params",
|
||||||
@@ -388,7 +388,7 @@ def post(
|
|||||||
@option(
|
@option(
|
||||||
"--css-selector",
|
"--css-selector",
|
||||||
"-s",
|
"-s",
|
||||||
help="CSS selector to extract specific content from the page",
|
help="CSS selector to extract specific content from the page. It return all matches.",
|
||||||
)
|
)
|
||||||
@option(
|
@option(
|
||||||
"--params",
|
"--params",
|
||||||
@@ -482,7 +482,7 @@ def put(
|
|||||||
@option(
|
@option(
|
||||||
"--css-selector",
|
"--css-selector",
|
||||||
"-s",
|
"-s",
|
||||||
help="CSS selector to extract specific content from the page",
|
help="CSS selector to extract specific content from the page. It return all matches.",
|
||||||
)
|
)
|
||||||
@option(
|
@option(
|
||||||
"--params",
|
"--params",
|
||||||
@@ -587,7 +587,7 @@ def delete(
|
|||||||
@option(
|
@option(
|
||||||
"--css-selector",
|
"--css-selector",
|
||||||
"-s",
|
"-s",
|
||||||
help="CSS selector to extract specific content from the page",
|
help="CSS selector to extract specific content from the page. It return all matches.",
|
||||||
)
|
)
|
||||||
@option("--wait-selector", help="CSS selector to wait for before proceeding")
|
@option("--wait-selector", help="CSS selector to wait for before proceeding")
|
||||||
@option("--locale", default="en-US", help="Browser locale (default: en-US)")
|
@option("--locale", default="en-US", help="Browser locale (default: en-US)")
|
||||||
@@ -736,7 +736,7 @@ def fetch(
|
|||||||
@option(
|
@option(
|
||||||
"--css-selector",
|
"--css-selector",
|
||||||
"-s",
|
"-s",
|
||||||
help="CSS selector to extract specific content from the page",
|
help="CSS selector to extract specific content from the page. It return all matches.",
|
||||||
)
|
)
|
||||||
@option("--wait-selector", help="CSS selector to wait for before proceeding")
|
@option("--wait-selector", help="CSS selector to wait for before proceeding")
|
||||||
@option(
|
@option(
|
||||||
|
|||||||
Reference in New Issue
Block a user