Skip to content

Commit 4b353da

Browse files
committed
chore: Remove tree subcommand (for now)
1 parent bccc43b commit 4b353da

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

rust/boil/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ async fn main() -> Result<(), Error> {
8787
ShowCommand::Images(arguments) => {
8888
show::images::run_command(arguments).context(ShowSnafu)
8989
}
90-
ShowCommand::Tree => todo!(),
9190
},
9291
Command::Completions(arguments) => {
9392
completions::run_command(arguments);

rust/boil/src/show/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ pub struct ShowArguments {
1313
#[derive(Debug, Subcommand)]
1414
pub enum ShowCommand {
1515
Images(ShowImagesArguments),
16-
Tree,
1716
}

0 commit comments

Comments
 (0)