Skip to main content

Module input

Module input 

Source
Expand description

§CLI Input Parsing

Input parsing and validation utilities for CLI tools.

Enums§

InputError
Input validation errors

Functions§

parse_base64
Parse a base64 string
parse_comma_separated
Parse a comma-separated list
parse_file_path
Parse a file path and validate it exists
parse_hex
Parse a hex string
parse_number
Parse a number from string
parse_threshold
Validate a threshold string (e.g., “3-of-5”)