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:
@ -405,10 +405,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Fetch,
|
||||
Post,
|
||||
Url,
|
||||
UrlHost,
|
||||
UrlPath,
|
||||
UrlQuery,
|
||||
UrlScheme,
|
||||
UrlParse,
|
||||
Port,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user