Skip to content

Commit 22014e7

Browse files
authored
Remove outdated mention of $it (nushell#1557)
You can't use implicit `$it` with `each` in current versions of nushell any more.
1 parent a27c1bb commit 22014e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cookbook/http.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Output
4848

4949
Suppose you are querying several endpoints,
5050
perhaps with different query parameters and you want to view all the responses as a single dataset.
51-
You can make use of `$it` to run nu commands on every row of data.
5251

5352
An example JSON file, `urls.json`, with the following contents:
5453

0 commit comments

Comments
 (0)