nushell/crates/nu-command/src/network/url
Stefan Holderbach 9db0d6bd34
Adjust signatures for cellpath access of tables (#9778)
# Description
Reallow the commands that take cellpaths as rest parameters to operate
on table input data.

Went through all commands returned by

```
scope commands |
  filter { |cmd| $cmd.signatures |
    values |
    any {|sig| $sig |
      any {|$sig| $sig.parameter_type == rest and $sig.syntax_shape ==
cellpath }
    }
  } | get name
```

Only exception to that was `is-empty` that returns a bool.
# User-Facing Changes
Same table operations as in `0.82` should still be possible
Mitigates effects of #9680
2023-07-24 13:17:30 +02:00
..
build_query.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
encode.rs Adjust signatures for cellpath access of tables (#9778) 2023-07-24 13:17:30 +02:00
join.rs Apply nightly clippy lints (#9654) 2023-07-12 00:00:31 +02:00
mod.rs Feat/7725 url join (#7823) 2023-01-22 19:49:40 +01:00
parse.rs Adjust signatures for cellpath access of tables (#9778) 2023-07-24 13:17:30 +02:00
url_.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00