KCL: Sweep stdlib fn now uses keyword args (#5300)

Before:
```
|> sweep({ path = myPath }, %)
```

After:
```
|> sweep(path = myPath)
```
This commit is contained in:
Adam Chalmers
2025-02-07 12:35:04 -06:00
committed by GitHub
parent f20fc5b467
commit 30b1dae38a
13 changed files with 4730 additions and 1793 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 113 KiB