hadris-cli

Crates.iohadris-cli
lib.rshadris-cli
version0.1.1
created_at2025-02-20 11:46:58.178345+00
updated_at2025-02-20 11:46:58.178345+00
descriptionA command-line interface for Hadris
homepagehttps://github.com/hxyulin/hadris
repositoryhttps://github.com/hxyulin/hadris
max_upload_size
id1562570
size21,364
(hxyulin)

documentation

README

Hadris CLI

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.

Usage

$ hadris --help

Hadris cli uses clap to parse command-line arguments, so it supports all the features of clap, like '--help' and '--version'.

Subcommands

Create

Create a new Hadris image.

$ hadris create --help

Write

Write a file to a Hadris image.

$ hadris write --help

Read

Read a file from a Hadris image.

$ hadris read --help
Commit count: 11

cargo fmt