linuxkit-utils 0.1.0

an utility to compose linuxkit manifests
Documentation
1
2
3
4
5
6
use ::linuxkit_utils::cli::LinuxkitMake;
use ::structopt::StructOpt;

pub fn main() {
    LinuxkitMake::from_args().run().expect("Failure")
}