We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03fa72b + 138e17e commit fe7e44cCopy full SHA for fe7e44c
crates/lib/src/cli.rs
@@ -396,9 +396,7 @@ pub(crate) enum ImageOpts {
396
/// The image to pull
397
image: String,
398
},
399
- /// List fetched images stored in the bootc storage.
400
- ///
401
- /// Note that these are distinct from images stored via e.g. `podman`.
+ /// Wrapper for selected `podman image` subcommands in bootc storage.
402
#[clap(subcommand)]
403
Cmd(ImageCmdOpts),
404
}
0 commit comments