Port command (#5849)

* implement port command

* better comment

* fmt code

* fix example description

* fix usage

* fix tests
This commit is contained in:
WindSoilder
2022-06-22 11:27:58 +08:00
committed by GitHub
parent 128ce6f9b7
commit 82ae06865c
6 changed files with 166 additions and 0 deletions

View File

@ -355,6 +355,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
UrlPath,
UrlQuery,
UrlScheme,
Port,
}
// Random