nushell/crates
Andrés N. Robalino e278ca61d1
commands: any? all? (#3252)
* commands: any? all?

We can check if `any` (or `all`) rows of tables match predicates.

Small `all?` example: Given the following table with `services` running:

```
> echo [[status]; [UP] [UP]]
───┬────────
 # │ status
───┼────────
 0 │ UP
 1 │ UP
───┴────────
```

We can ask if all services are UP, like so:

```
> echo [[status]; [UP] [UP]] | all? status == UP
true
```

* Fix any? signature.
2021-04-03 13:40:54 -05:00
..
nu_plugin_binaryview Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_chart Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_fetch Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_from_bson Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_from_sqlite Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_inc Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_match Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_post Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_ps Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_s3 Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_selector Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_start Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_sys Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_textview Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_to_bson Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_to_sqlite Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_tree Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu_plugin_xpath Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-ansi-term Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-cli Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-command commands: any? all? (#3252) 2021-04-03 13:40:54 -05:00
nu-data Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-engine fix lack of auto-suggestion for aliases (#3249) 2021-04-03 10:39:30 +13:00
nu-errors Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-json Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-parser Parse decimal units (#3243) 2021-04-03 21:06:13 +13:00
nu-plugin Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-protocol Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-source Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-stream Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-table Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-test-support Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00
nu-value-ext Bump to 0.29.1 (#3232) 2021-03-31 20:13:40 +13:00