nu-command 0.62.0

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

pub use self::url::*;
pub use fetch::SubCommand as Fetch;
pub use post::SubCommand as Post;