Skip to main content

Module args

Module args 

Source
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§

ApiCallArgs
Parsed API call arguments

Enums§

ArgsError

Type Aliases§

Result