Skip to content

Commit c2b3403

Browse files
cli/install: Add composefs option to InstallToDiskOpts
Done to facilitate the installation of a composefs repository to disk Signed-off-by: Pragyan Poudyal <[email protected]>
1 parent c8e7a68 commit c2b3403

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/install.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ pub(crate) struct InstallToDiskOpts {
242242
#[clap(long)]
243243
#[serde(default)]
244244
pub(crate) via_loopback: bool,
245+
246+
#[clap(long)]
247+
pub(crate) composefs: bool,
245248
}
246249

247250
#[derive(ValueEnum, Debug, Copy, Clone, PartialEq, Eq, Serialize, Deserialize)]

0 commit comments

Comments
 (0)