KCL: Sweep stdlib fn now uses keyword args (#5300)
Before:
```
|> sweep({ path = myPath }, %)
```
After:
```
|> sweep(path = myPath)
```
This commit is contained in:
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 |
Reference in New Issue
Block a user