mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 16:05:01 +02:00
Port network/url
command (#452)
* feat: add url command * feat(network/url): add sub-command for url
This commit is contained in:
@ -8,7 +8,7 @@ mod url;
|
||||
|
||||
pub use self::csv::ToCsv;
|
||||
pub use self::toml::ToToml;
|
||||
pub use self::url::ToUrl;
|
||||
pub use command::To;
|
||||
pub use json::ToJson;
|
||||
pub use tsv::ToTsv;
|
||||
pub use url::ToUrl;
|
||||
|
Reference in New Issue
Block a user