nixfleet_cli/commands/
mod.rs

1//! Operator subcommands of the `nixfleet` umbrella binary. Each module
2//! exposes a `pub struct Args` (derived from `clap::Args`, not Parser) and a
3//! `pub fn run(args: Args) -> Result<()>` handler.
4
5pub mod derive_pubkey;
6pub mod mint_operator_cert;
7pub mod mint_token;