Structs§
- Afpay
Cli - ArgInfo
- Describes a single CLI argument extracted from clap definitions.
- CliError
- CliRequest
- DataOp
- Interactive
Init - Pipe
Init
Enums§
Functions§
- parse_
args - parse_
subcommand - Parse a subcommand from args (e.g.
["cashu", "send", "--amount-sats", "100"]). Used by interactive mode to reuse CLI command definitions. - subcommand_
args - Return the list of user-facing arguments for a subcommand path.
- subcommand_
help - Render clap help for the given args (e.g.
&["--help"],&["cashu", "--help"]).