new command url parse (#6854) and url subcommands tests (#7124)

*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:
raccmonteiro
2022-11-19 18:14:29 +00:00
committed by GitHub
parent 7479173811
commit ced5e1065f
11 changed files with 366 additions and 390 deletions

View File

@ -84,6 +84,7 @@ mod transpose;
mod uniq;
mod update;
mod upsert;
mod url;
mod use_;
mod where_;
#[cfg(feature = "which-support")]