Expand description
functions execute standard — async handler stub.
Modules§
Structs§
- Args
- Command
- Input
Args - 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 therequired = true, multiple = falseenforcement only applies to these fields — hoisting the annotation to the outerArgswould pull every field into the “input_group” group via clap derive’s default-group rule. Mirrors thesuper::{FunctionArgs, ProfileArgs}pattern. - Request
- Request
Dangerous Advanced
Enums§
Functions§
Type Aliases§
- Response
- Non-chunk variant of
ResponseItem. Returned by the unaryexecutepath (withdangerous_advanced.streamcleared) when the cli emits a single bare id string.