Skip to main content

Module rust_cli

Module rust_cli 

Source
Expand description

Emit src/main.rs — the clap-based CLI wrapper around the generated client.

One subcommand per operation. Primitive parameters map to typed clap flags directly; complex parameters (custom structs, vectors, JSON values) are accepted as raw JSON strings and parsed at runtime.

Functions§

render
Render the full main.rs contents.