mirror of
https://github.com/nushell/nushell.git
synced 2024-11-27 02:44:01 +01:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
295 B
295 B
url host
gets the host of a url
Usage
> url host ...args {flags}
Parameters
- ...args: optionally operate by column path
Flags
- -h, --help: Display this help message
Examples
Get host of a url
> echo 'http://www.example.com/foo/bar' | url host