| Crates.io | hadris-cli |
| lib.rs | hadris-cli |
| version | 0.1.1 |
| created_at | 2025-02-20 11:46:58.178345+00 |
| updated_at | 2025-02-20 11:46:58.178345+00 |
| description | A command-line interface for Hadris |
| homepage | https://github.com/hxyulin/hadris |
| repository | https://github.com/hxyulin/hadris |
| max_upload_size | |
| id | 1562570 |
| size | 21,364 |
This crate is the CLI of Hadris. It provides a command-line interface for Hadris. This crate uses the hadris crate as a dependency, which means it requires std.
$ hadris --help
Hadris cli uses clap to parse command-line arguments, so it supports all the features of clap, like '--help' and '--version'.
Create a new Hadris image.
$ hadris create --help
Write a file to a Hadris image.
$ hadris write --help
Read a file from a Hadris image.
$ hadris read --help