greentic-bundle 0.5.10

Greentic bundle authoring CLI scaffold with embedded i18n and answer-document contracts.
Documentation
1
2
3
4
5
6
7
pub mod command;
pub mod human;
pub(crate) mod pack_probe;
pub mod report;

pub use command::{InfoArgs, run};
pub use report::InfoReport;