liboci-cli 0.0.3

Parse command line arguments for OCI container runtimes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
default-features = false
features = ["std", "suggestions", "derive", "cargo"]
version = "3.1.7"

[package]
authors = ["youki team"]
description = "Parse command line arguments for OCI container runtimes"
documentation = "https://docs.rs/liboci-cli"
edition = "2021"
homepage = "https://containers.github.io/youki"
keywords = ["youki", "container", "oci"]
license-file = "LICENSE"
name = "liboci-cli"
readme = "README.md"
repository = "https://github.com/containers/youki"
version = "0.0.3"