mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
*code refactor from PR tips & clippy fixes *added username, password, and fragment *commands `url host`, `url scheme`, `url query`, and `url path` removed *tests refactoring - avoid formatted output
This commit is contained in:
@ -84,6 +84,7 @@ mod transpose;
|
||||
mod uniq;
|
||||
mod update;
|
||||
mod upsert;
|
||||
mod url;
|
||||
mod use_;
|
||||
mod where_;
|
||||
#[cfg(feature = "which-support")]
|
||||
|
Reference in New Issue
Block a user