aion-cli 0.6.0

The `aion` command line: operate Aion durable workflows over gRPC and run the Aion server.
1
2
3
4
5
6
7
//! The `aion new` subcommand: scaffold a complete, immediately-buildable
//! Aion workflow project from an embedded template.

pub mod scaffold;
pub mod template;

pub use scaffold::{NewArgs, run};