liboci-cli 0.7.0

Parse command line arguments for OCI container runtimes
Documentation
1
2
3
4
5
use clap::Parser;

/// Show information about the system
#[derive(Parser, Debug)]
pub struct Info {}