forked from extern/nushell
port post (#4537)
This restores a basic version of the `post` command. Some source types have been omitted from this first take. I copied from `fetch` and from `post`@0.40.0. Part of #4356
This commit is contained in:
@ -312,6 +312,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
// Network
|
||||
bind_command! {
|
||||
Fetch,
|
||||
Post,
|
||||
Url,
|
||||
UrlHost,
|
||||
UrlPath,
|
||||
|
Reference in New Issue
Block a user