nu-command 0.75.0

Nushell's built-in commands
Documentation
1
2
3
4
5
6
7
mod get;
mod http_;
mod post;

pub use get::SubCommand as HttpGet;
pub use http_::Http;
pub use post::SubCommand as HttpPost;