nsg-cli 0.1.0

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

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