alef-cli 0.15.7

CLI for the alef polyglot binding generator
1
2
3
4
5
6
7
//! Top-level CLI subcommand implementations.

pub mod check_registry;
pub mod go_tag;
pub mod migrate;
pub mod release_metadata;
pub mod validate_versions;