Expand description
Argument parsing for api call command
Parses command-line arguments into structured API call parameters:
- Method name (e.g., “chat.postMessage”)
- Key-value pairs (e.g., “channel=C123456” “text=hello”)
- Flags: –json, –get
Structs§
- ApiCall
Args - Parsed API call arguments