Expand description
Cyphr CLI library components.
This module exposes the CLI types for potential reuse in tests or other tools.
Modules§
Structs§
- Cli
- Cyphr identity protocol CLI.
Enums§
- Commands
- Top-level subcommands.
- Error
- CLI error type. Replaces
Box<dyn Error>throughout the CLI crate. - KeyCommands
- Key management subcommands.
- Output
Format - Output format for command results.
- TxCommands
- ParsedCoz subcommands.
Type Aliases§
- Result
- CLI result type alias.