forked from extern/nushell
Port command (#5849)
* implement port command * better comment * fmt code * fix example description * fix usage * fix tests
This commit is contained in:
@ -355,6 +355,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
UrlPath,
|
||||
UrlQuery,
|
||||
UrlScheme,
|
||||
Port,
|
||||
}
|
||||
|
||||
// Random
|
||||
|
Reference in New Issue
Block a user