pub fn parse_subcommand(args: &[&str], id: &str) -> Result<Input, String>
Parse a subcommand from args (e.g. ["cashu", "send", "--amount-sats", "100"]). Used by interactive mode to reuse CLI command definitions.
["cashu", "send", "--amount-sats", "100"]