mirror of
https://github.com/antonmedv/fx
synced 2024-11-17 09:25:32 +00:00
Update DOCS.md
This commit is contained in:
parent
5521a99e69
commit
d455165d25
2
DOCS.md
2
DOCS.md
@ -259,7 +259,7 @@ $ kubectl logs ... | fx 'select(x => x.status == 500)' .message
|
||||
$ kubectl logs ... | fx 'filter(x => x.status < 499)' .message
|
||||
```
|
||||
|
||||
> Note, what if use override `filter`/`select` in _.fxrc_ you still able to access them with prefix:
|
||||
> If `filter`/`select` overridden in _.fxrc_ you still able to access them with prefix:
|
||||
> `std.select(cb)` or `std.filter(cd)`
|
||||
|
||||
## Interactive mode
|
||||
|
Loading…
Reference in New Issue
Block a user