Skip to main content

Module standard

Module standard 

Source
Expand description

functions execute standard — async handler stub.

Modules§

request_schema
response_schema

Structs§

Args
Command
InputArgs
Exactly-one-of --input-inline | --input-file | --input-python-inline | --input-python-file. Scoped to its own #[group] annotation on a dedicated sub-struct so the required = true, multiple = false enforcement only applies to these fields — hoisting the annotation to the outer Args would pull every field into the “input_group” group via clap derive’s default-group rule. Mirrors the super::{FunctionArgs, ProfileArgs} pattern.
Request
RequestDangerousAdvanced

Enums§

Path
RequestInput
ResponseItem
Schema

Functions§

execute
execute_jq
execute_streaming
execute_streaming_jq

Type Aliases§

Response
Non-chunk variant of ResponseItem. Returned by the unary execute path (with dangerous_advanced.stream cleared) when the cli emits a single bare id string.