mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 21:08:34 +00:00
245 B
245 B
| title | layout | version |
|---|---|---|
| to url | command | 0.59.0 |
Convert table into url-encoded text
Signature
> to url
Examples
Outputs an URL string representing the contents of this table
> [[foo bar]; ["1" "2"]] | to url