mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 14:51:01 +02:00
Allow ColumnPaths when picking tables. (#1191)
This commit is contained in:
committed by
GitHub
parent
6d3a30772d
commit
60043df917
@ -50,7 +50,7 @@ fn uniq_values() {
|
||||
cwd: dirs.test(), pipeline(
|
||||
r#"
|
||||
open los_tres_caballeros.csv
|
||||
| pick get type
|
||||
| pick type
|
||||
| uniq
|
||||
| count
|
||||
| echo $it
|
||||
|
Reference in New Issue
Block a user