Skip to content

Commit 59a67f4

Browse files
authored
Merge pull request ostreedev#202 from jmarrero/field-never-read
lib/src/cli: Update BuildOpts fields to denote they might not be read
2 parents 5ba2561 + ffb046d commit 59a67f4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/src/cli.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ fn parse_base_imgref(s: &str) -> Result<ImageReference> {
2525
ImageReference::try_from(s)
2626
}
2727

28-
#[derive(Debug, StructOpt)]
29-
struct BuildOpts {
30-
#[structopt(long)]
31-
repo: String,
32-
33-
#[structopt(long = "ref")]
34-
ostree_ref: String,
35-
36-
#[structopt(long)]
37-
oci_dir: String,
38-
}
39-
4028
/// Options for importing a tar archive.
4129
#[derive(Debug, StructOpt)]
4230
struct ImportOpts {

0 commit comments

Comments
 (0)