ironflow-cli 0.1.2

CLI tool to drive the Ironflow workflow engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # ironflow-cli
//!
//! Library crate exposing CLI internals for integration testing.
//!
//! The binary entry point is in `main.rs`; this module re-exports
//! the command handlers and output helpers so that integration tests
//! can invoke them directly against a real server.

pub mod commands;
pub mod config;
pub mod output;