nsg-cli 0.1.2

CLI tool for the Neuroscience Gateway (NSG) BRAIN Initiative API
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod download;
pub mod list;
pub mod login;
pub mod status;
pub mod submit;

pub use download::DownloadCommand;
pub use list::ListCommand;
pub use login::LoginCommand;
pub use status::StatusCommand;
pub use submit::SubmitCommand;