Skip to main content

Module cli

Module cli 

Source
Expand description

Command-line surface: global flags, command tree, and dispatch.

Kept in the library rather than in main.rs so tests can parse arbitrary argument vectors – in particular tests/route_coverage.rs, which checks that every API route is reachable through a command that really exists.

Structs§

Cli
CLI for the Ironflow workflow engine.

Enums§

Commands
Top-level commands.

Functions§

dispatch
Dispatch a parsed command against a client.
generate_completions
Write shell completions for shell to writer.
generate_man_page
Write a roff-formatted man page to writer.